Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local me = game:GetService("Players").LocalPlayer
- mouse = me:GetMouse()
- if me.Name == "DigitalZer3" and mouse.KeyDown:connect(function(key) then
- if key == "b" then
- local sph = Instance.new("Sphere")
- sph.Material = "Neon"
- sph.Transparency = 0.3
- sph.Size = Vector3.new(1.64, 1.64, 1.64)
- wait(0.3)
- sph.Size = Vector3.new(2.64, 2.64, 2.64)
- wait(0.3)
- sph.Size = Vector3.new(4.52, 4.52, 4.52)
- wait(0.3)
- sph.Size = Vector3.new(5.67, 5.67, 5.67)
- wait(0.3)
- sph.Size = Vector3.new(6.18, 6.18, 6.18)
- sph.Parent = game.Workspace
- sph.BrickColor = BrickColor.new("Electric blue")
- local light = Instance.new("PointLight", sph)
- if key == "d" then
- sph.Size = Vector3.new(5.67, 5.67, 5.67)
- wait(0.3)
- sph.Size = Vector3.new(4.52, 4.52, 4.52)
- wait(0.3)
- sph.Size = Vector3.new(2.64, 2.64, 2.64)
- wait(0.3)
- sph.Size = Vector3.new(1.64, 1.64, 1.64)
- wait(0.3)
- sph.Size = Vector3.new(0,0,0)
- end
- end
- end
- end)
- me.Chatted:connect(function(msg)
- if msg:sub(1,4)== "cmds" then
- local b = Instance.new("BillboardGui", sph)
- b.AlwaysOnTop = true
- b.StudsOffSet = UDim2.new(0,2,0)
- local t = Instance.new("TextLabel", b)
- t.Font = "SourceSans"
- t.TextColor3 = Color3.new(0,255,0)
- t.Text = "Cmds has not been created yet."
- t.BackgroundTransparency = 1
- t.FontSize = "Size36"
- elseif
- msg:sub(1,3)== "pmt" then
- sph.Material = "Plastic"
- elseif
- msg:sub(1,3)== "nmt" then
- sph.Material = "Neon"
- elseif
- msg:sub(1,2)== "rc" then
- local b = while true do
- sph.BrickColor = BrickColor.Random()
- end
- elseif
- msg:sub(1,12)== "Normal Color" then
- break b
- sph.BrickColor = BrickColor.new("Electric blue")
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement