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

Moving Brick Models?

Asked by 9 years ago

How do i Create parts Near my Torso like but Make them Slowing raise? I have a basic idea but i need help.

EXP:"Position = workspace.jerek123.Torso.Position"

Example full script: for i = 1, 100,0.1 do script.Parent.Position = game.Workspace.Playername.Torso.Position * CFrame.new(0,i,0) end

1 answer

Log in to vote
0
Answered by 9 years ago

I would use CFrame not Position as this can kill your character when you use the loop. To create parts, use:

Instance.new("Parts",workspace.jerek123)
0
Not what i ment but ty. jerek123 0 — 9y
Ad

Answer this question