Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCore("SendNotification", {
- Title = "Script Patched",
- Text = "",
- Duration = 5
- })
- --[[local args = {
- [1] = "money",
- [2] = 15e14
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("UpdateStat"):InvokeServer(unpack(args))
- task.wait(0.5)
- game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
- ]]
Advertisement
Add Comment
Please, Sign In to add comment