Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game:GetService("Players").LocalPlayer
- local Notification = require(game:GetService("ReplicatedStorage").Notification)
- Notification.new("<Color=Yellow>QUEST COMPLETED!<Color=/>"):Display()
- Notification.new("Earned <Color=Green>$25,000<Color=/>"):Display()
- plr.Data.Exp.Value = 0
- plr.Data.Beli.Value = plr.Data.Beli.Value + 25000
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment