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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local LP = game.Players.LocalPlayer
  2. while game.RunService.Heartbeat:Wait()do
  3. local success, err = pcall(function()
  4. for i,v in pairs(workspace.Cash:GetChildren()) do
  5. if v.Name == "CA$HIER" then
  6. LP.Character.HumanoidRootPart.CFrame = v.Hitbox.CFrame * CFrame.new(0,-10,0)
  7. fireproximityprompt(v.Hitbox.ProximityPrompt)
  8. end
  9. end
  10. end)
  11. end
  12. if err then
  13. warn(err)
  14. end
  15. Click To Copy