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

i'm trying to make moving platforms ride able so i don't fall of how do i do that this is my script? [closed]

Asked by 4 years ago
Edited 4 years ago

~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ while true do wait(0.1) for i= 1, 200 do script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 0, 0.3) wait() end wait(3) for i= 1, 200 do script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 0, -0.3) wait() end end

Closed as Non-Descriptive by JesseSong

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?