Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --LOLBIT by basstracker1970
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- Mouse = Player:GetMouse()
- Player.Character.Shirt.ShirtTemplate = "rbxassetid://767620948"
- Player.Character.Pants.PantsTemplate = "rbxassetid://767620948"
- Mouse.KeyDown:connect(function(key)
- Mouse = key:lower()
- if key == "z" then
- mesh = Instance.new("Part")
- mesh.Parent = game.Workspace
- RealMesh = Instance.new("SpecialMesh")
- RealMesh.MeshId = "http://www.roblox.com/asset/?id=92598630"
- RealMesh.TextureId = "rbxassetid://92599263"
- RealMesh.Scale = Vector3.new(7,7,7)
- RealMesh.Parent = mesh
- Sound = Instance.new("Sound")
- Sound.SoundId = "rbxassetid://347646667"
- Sound.Parent = game.Workspace
- Sound:Play()
- end
- end)
- Mouse.KeyDown:connect(function(key)
- Mouse = key:lower()
- if key == "x" then
- Sound = Instance.new("Sound")
- Sound.SoundId = "rbxassetid://578501100"
- Sound.Parent = game.Workspace
- Sound:Play()
- for i, v in next, game:GetService("Players"):GetPlayers() do
- v.Character.Torso.Anchored = true
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement