Issue swinging character with Ropeconstraint

I made a script where when i right click on a certain block a rope will connect to the block and to the players hand
But the issue is the rope constraint won’t swing me and justs keeps me floating mid air
Grappling.rbxl (19.6 KB)
https://gyazo.com/cd9374e316fa95529f94230c713d90ec

Probably because the rope is on the client.

Try creating it on the server and see if that helps.
Also, the settings you set on the rope constraint may be causing that issue.

This is all local?
and i made sure to get the right settings on the rope constraint

What you did is all local.

image

No server scripts in sight.

thats what i said???

30tehcharacters

Do it from the server.

(lol30characters)

And how would i

(fdhgfdgfd333)

Grappling.rbxl (20.9 KB)

Use that, I already implemented the server part and its fully working.

Its just how roblox constraints work. You could try inverting Attatchment0 and Attatchment1, but I recommend you approach this differently.