#tp a tile
4 messages · Page 1 of 1 (latest)
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)
still gets deleated 😦
Anchor the part
4 messages · Page 1 of 1 (latest)
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 😦
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)
still gets deleated 😦
Anchor the part