Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Money Giving:
- game.Players.NAME.leaderstats.CURRENCY.Value = 5400
- __________________________________________________
- Kick:
- game.Players.NAME:Kick("REASON")
- __________________________________________________
- Speed:
- game.Players.NAME.Character.Humanoid.WalkSpeed = 100
- __________________________________________________
- Kill:
- game.Players.NAME.Character.Humanoid.Health = 0
- __________________________________________________
- Create a message:
- local m = Instance.new("Message")
- m.Parent = Workspace
- m.Text = "MESSAGE"
- wait(10)
- m:Remove()
- __________________________________________________
- while true do
- wait(0.5)
- game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
- end
- ___________________________________________________
- game.Workspace:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement