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

How do I make this brick follow my torso?

Asked by
0x72 20
10 years ago

I wanna make this brick follow my torso, here is the code. Help me!

ORB = Instance.new("Part", game.Workspace) ORB.Transparency = 0.1 ORB.Anchored = true ORB.Size = Vector3.new(2, 2.4, 2)

Answer this question