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

Error With End, why?

Asked by 9 years ago

It says that this is incorrect, i dont understand, please help me!

target = Vector3.new(-825, 4, 848)
Phantom.Character.Torso.CFrame = CFrame.new(target + Vector3.new(0, i * 5, 0)) 
end

1 answer

Log in to vote
0
Answered by 9 years ago

Is this all of your code? if so, you do not need the "end" the interpreter detects the end of the file. If it is not all your code, could you post more please? Because if it is not all of your code, Phantom is undefined as well as the variable 'i'

Ad

Answer this question