- for i,v in pairs(workspace.Other:GetChildren()) do if (v:FindFirstChild("Give") and v.Name == "CedGoTruck") then game.RunService.RenderStepped:Connect(function() fireclickdetector(v.Box.ClickDetector) game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(math.random(-1000,1000),1,1)) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(568.269, 2.51562, -483.216) end) end end