Rope Issue Cant Move

When I cast this rope from my arm it makes it look like im anchored in the air but ive checked my character’s parts in game and nothing was anchored.

local Web = Instance.new("RopeConstraint")
Web.Name = "Silk"
Web.Length = (humrp.Position - BuildingAttachment.WorldPosition).Magnitude
Web.Visible = true
Web.Color = BrickColor.new("Institutional white")
Web.Thickness = 0.15
Web.Parent = workspace
Web.Attachment0 = LeftArmAttachment
Web.Attachment1 = BuildingAttachment
1 Like

Did you check if it made the rope was anchored because that’s what I think it is as of now.

2 Likes

Sadly I wish that were the case but ropes don’t have an anchored property

1 Like

Oh I was unaware of that do the constraints have an anchored property?

2 Likes

No they dont have an anchored property

2 Likes

hm, I’ll look in studio on settings for ropes and constraints and see if I find anything.

2 Likes

Alright I really appreciate that thanks!

2 Likes

Alright so I took a look around the Attachments and rope constraints and I found nothing I would’ve thought everything would function properly but it doesn’t seem to be the case. :thinking:

2 Likes

Yeah I have no clue whats going on

2 Likes

you need to switch the attachment 0 and attachment 1 for example:

Web.Attachment0 = BuildingAttachment
Web.Attachment1 = LeftArmAttachment

this will make the player go to the building, that your problem you sat the attachment 0 to the player’s arm and your building is anchored! so player will float! i mean the rope tries to make the building follow the player but it’s anchored!

3 Likes

I just tried that and it still isn’t working :confused:

1 Like

but it’s working for me :slightly_frowning_face:

1 Like

Can you show it please?
[30 Characters]

2 Likes

sure, i forgot something else too try to Instance the rope in the player

1 Like

I just tried that and it also didnt work either oof

2 Likes

oof let me to record the video i will send it very soon

EDIT: IT"S UPLOADING

1 Like

1 Like

I have literally no clue why mine isnt working

1 Like

hmm shall we try a wait function before we set the attachments?

1 Like

Alright I tried a wait function and it still isn’t working :frowning:

1 Like