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

How would i make so that I can see the part move instead of it just teleporting?

Asked by 4 years ago

local Part = script.Parent Part.Touched:Connect(function() Part.CFrame = CFrame.new(20, 0, 0) end)

0
Try using TweenService awesomemode14 68 — 4y
0
you can try lerping 123nabilben123 499 — 4y

1 answer

Log in to vote
-1
Answered by
Robowon1 323 Moderation Voter
4 years ago

Please provide code with your answers. Simply posting an explanation does not help someone new to programming understand how to implement a concept programatically.

Create a for loop that adds additional position to the part for every iteration. Check out: https://developer.roblox.com/en-us/articles/Roblox-Coding-Basics-Loops

0
-1 for not giving lua link programmerHere 371 — 4y
Ad

Answer this question