#tp a tile

4 messages · Page 1 of 1 (latest)

cerulean birch
#

i wanna programm so if u collide with a tile it tps anywhere random i followd a tutorial but it just dealets itselve wen i run it 😦

pure eagle
#

local part = workspace.Part

part.Touched:Connect(function()
part.Position = Vector3.new(math.random(0,100), math.random(0,100), math.random(0,100))
end)

cerulean birch
pure eagle
#

Anchor the part