Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PChar = game.Players.LocalPlayer.Character
- local h = Instance.new("Hint", game.Workspace)
- h.Text = "Blue's admin command loaded!"
- local bbg = Instance.new("BillboardGui", PChar.Head)
- bbg.Size = UDim2.new(0, 200, 0, 50)
- bbg.Enabled = true
- local TxtLabel = Instance.new("TextLabel", PChar.Head.BillboardGui)
- TxtLabel.Name = "Say"
- TxtLabel.Text = "Blue's admin command has loaded"
- TxtLabel.Size = UDim2.new(0, 200, 0, 50)
- TxtLabel.Position = UDim2.new(0, 150, 0, 0)
- TxtLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TxtLabel.BorderColor3 = Color3.new(0, 0, 0)
- TxtLabel.TextColor3 = Color3.new(158, 158, 158)
- wait(5)
- bbg:Destroy()
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if msg == ";ff me" then
- Instance.new("ForceField", PChar)
- elseif msg == ";kill me" then
- PChar.Torso:Destroy()
- elseif msg == ";music megalovania" then
- local MegaSound = Instance.new("Sound", game.Workspace)
- MegaSound.SoundId = "http://www.roblox.com/asset/?id=304114750"
- MegaSound.Name = "Megalovania"
- MegaSound.Looped = true
- MegaSound:Play()
- elseif msg == ";cmds" then
- local h = Instance.new("Message", game.Workspace)
- h.Text = "Please check output!"
- print ''
- print 'Blue's ADMIN COMMANDS LIST'
- print ''
- print '";ff me" for forcefield'
- print ''
- print '";kill me" to killed me'
- print ''
- print '";music megalovania" for megalovania undertale music'
- print ''
- print '";randomtorso me" to randomizing color torso'
- print ''
- print '";fart me" to fart xD'
- print ''
- print '";music stop" to stop the music'
- print ''
- print '";light me" to lighting'
- print ''
- print '";night" to night'
- wait(2)
- h:Destroy()
- elseif msg == ";randomtorso me" then
- PChar.Torso.BrickColor = BrickColor.Random()
- elseif msg == ";fart me" then
- local FartSound = Instance.new("Sound", PChar.Head)
- FartSound.SoundId = "http://www.roblox.com/asset/?id=251309043"
- FartSound:Play()
- wait(3)
- FartSound:Destroy()
- elseif msg == ";music stop" then
- game.Workspace.Megalovania:Stop()
- elseif msg == ";light me" then
- Instance.new("PointLight", PChar.Torso)
- elseif msg == ";night" then
- game.Lighting.TimeOfDay = "00:00:00"
- game.Lighting.ShadowColor = Color3.new(24, 24, 25)
- game.Lighting.OutdoorAmbient = Color3.new(66, 66, 66)
- elseif msg then
- local bbg = Instance.new("BillboardGui", PChar.Head)
- bbg.Size = UDim2.new(0, 200, 0, 50)
- bbg.Enabled = true
- local TxtLabel = Instance.new("TextLabel", PChar.Head.BillboardGui)
- TxtLabel.Name = "Say"
- TxtLabel.Text = msg
- TxtLabel.Size = UDim2.new(0, 200, 0, 50)
- TxtLabel.Position = UDim2.new(0, 150, 0, 0)
- TxtLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TxtLabel.BorderColor3 = Color3.new(0, 0, 0)
- TxtLabel.TextColor3 = Color3.new(158, 158, 158)
- wait(5)
- bbg:Destroy()
- elseif PChar.Humanoid == 0 then --and then dead to go back!
- wait(7)
- script:Clone()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement