xvc200

broken

Apr 18th, 2025 (edited)
2,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local StarterGui = game:GetService("StarterGui")
  2. StarterGui:SetCore("SendNotification", {
  3. Title = "Script Patched",
  4. Text = "",
  5. Duration = 5
  6. })
  7.  
  8. --[[local args = {
  9. [1] = "money",
  10. [2] = 15e14
  11. }
  12.  
  13. game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("UpdateStat"):InvokeServer(unpack(args))
  14. task.wait(0.5)
  15. game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  16. ]]
Advertisement
Add Comment
Please, Sign In to add comment