Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- drums#0995 mod
- local bean = false
- game.Players.LocalPlayer.Character.HumanoidRootPart.Material = Enum.Material.Ice
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.Parent = game.Players.LocalPlayer.Backpack
- tool.RequiresHandle = false
- tool.RobloxLocked = true
- tool.Name = math.random(1,9999999)
- tool.Activated:connect(function()
- game.Players.LocalPlayer.RobloxLocked = true
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- game.Players.LocalPlayer.Character.HumanoidRootPart.Material = Enum.Material.Ice
- end)
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement