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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer("SetTeam", "Police")
  2. wait(.75)
  3. game:GetService("RunService").RenderStepped:Connect(function()
  4. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5.    if v.Name == "Handcuffs" then v.Parent = game:GetService("Players").LocalPlayer.Character
  6.    end
  7. end
  8. game:GetService("ReplicatedStorage").Event:FireServer("Eject", game:GetService("Players").LocalPlayer)
  9. end)