- Share this text:
Report Abuse
Untitled - posted by guest on 19th August 2020 07:20:40 AM
local RunService = game:GetService("RunService")
local Xp = game.Workspace.NickTimesTwo.HumanoidRootPart.Position.X
local Yp = game.Workspace.NickTimesTwo.HumanoidRootPart.Position.Y
local Zp = game.Workspace.NickTimesTwo.HumanoidRootPart.Position.Z
RunService.RenderStepped:Connect(function()
game.Workspace.NickTimesTwo.HumanoidRootPart.CFrame =CFrame.new(Xp+125+math.random(0,255),Yp,Zp+125+math.random(0,255))
end)