Advertisement
Vzurxy

dadadwef43

Sep 24th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- drums#0995 mod
  2. local bean = false
  3. game.Players.LocalPlayer.Character.HumanoidRootPart.Material = Enum.Material.Ice
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5. tool = Instance.new("Tool")
  6. tool.Parent = game.Players.LocalPlayer.Backpack
  7. tool.RequiresHandle = false
  8. tool.RobloxLocked = true
  9. tool.Name = math.random(1,9999999)
  10. tool.Activated:connect(function()
  11. game.Players.LocalPlayer.RobloxLocked = true
  12. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  13. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.Material = Enum.Material.Ice
  16. end)
  17.  
  18. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement