The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Russia RP script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. 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