Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Where to insert Class "Rotate"?

Asked by 3 years ago

https://developer.roblox.com/en-us/api-reference/class/Rotate

I'm trying to find how I can insert a Rotate class, but I can't find it anywhere. I tried it with a script:

local rotate = Instance.new("Rotate")
rotate.Parent = game.Workspace
rotate.Part0 = game.Workspace.Part0
rotate.Part1 = game.Workspace.Part1

But it didn't work for me. Any ideas?

0
..just use a motor surface hinge? Fifkee 2017 — 3y
0
Isn't that different from Rotate, or is it just another name? IvanJupiter 36 — 3y
0
that's different. why do you need a rotate joint Fifkee 2017 — 3y

Answer this question