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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. game.RunService.Stepped:Connect(function()
  2. game.Players.LocalPlayer.Backpack.Push.PushEvent:FireServer()
  3. end)
  4. while wait() do
  5. a = game.Players:GetPlayers()
  6. for i =2,#a do v=a[i]
  7. pcall(function()
  8. game.Players.LocalPlayer.Character["Local Ragdoll"].Disabled = true --ik i can do characteradded eat shit
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,2)
  10. wait(0.1)
  11. end)
  12. end
  13. end