Skip to content

Options Breakdown

rin edited this page Mar 22, 2024 · 2 revisions

Main

Option Property Description
Mode N/A See Mode Toggle
Wire
Color RopeConstraint.Color BrickColor of all segments of the rope. Roblox will find the closest BrickColor to whatever color that gets picked.
Width RopeConstraint.Thickness Width of all segments of the rope.
Add Tags RopeConstraint:AddTags() Tags added on the wires. Useful with CollectionService.
Slack
Slack Mode N/A See Slack Toggle
Add Range RopeConstraint.Length The min and max of how much extra length gets added.
Misc
Apply Retroactively N/A Automatically apply changes to wire options to all spans in the current wire.

Mode Toggle

Mode Description
Pen Mode Click on any part to place an attachment in the part/model, each sequentual point will make a wire between it and the last one.
Span Mode (General) Generally refers to the next two modes. They connect two models with pre named attachments.
Matching Click on two models, and it will find attachments that are named the same in each model and put wires between them.
_A to _B Click on two models, and it will find attachments that are named <name></name>_A and <name></name>_B (where <name></name> are the same name) and put wires between them. It will ignore one side.

Slack Toggle

Options in Pen Mode Options in Span Modes Description
Off Off No slack will be added.
On Per Wire A random ammount of slack will be added to each wire in the span between the min and max range.
N/A Per Span A random ammount of slack will be added, the ammount of slack being the same on each wire per span.
Clone this wiki locally