How to code a moving block in Roblox Studio

preview_player
Показать описание
➡ UPDATE : May 1, 2022 - The moving block script still works, but since Roblox updated the physics, you won't be able to ride on the moving part. But you still can do a lot of cool stuff with it. If yours isn't working, make sure the middle part isn't anchored.

JOIN ME ON MY JOURNEY TO 100K SUBSCRIBERS

Thanks for watching!

You can check your code here:

start = game.Workspace.MovingModel.Start
finish = game.Workspace.MovingModel.Finish
bodyposition = game.Workspace.MovingModel.Platform.BodyPosition

while true do
bodyposition.Position = start.Position
wait(2)
bodyposition.Position = finish.Position
wait(2)
end

---------------------------------------------------------------------------------------------------------

Music:
Licensed under Creative Commons: By Attribution 3.0 License

How to code a moving block in Roblox Studio

#RobloxStudio #RobloxStudioTutorial #RobloxTutorial
Рекомендации по теме
visit shbcf.ru