Advertisement
memberhero

Nice Looking Galaxy Orb Tool

Nov 20th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ---luna orb based off a old idea for a ult for luna from strife?
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. Mouse = Player:GetMouse()
  6.  
  7. hopperbin = Instance.new("Tool")
  8. hopperbin.Name = "Luna"
  9. hopperbin.Parent = Player.Backpack
  10. part = Instance.new("Part")
  11. part.Name = "Handle"
  12. part.Parent = hopperbin
  13. mesh = Instance.new("SpecialMesh")
  14. mesh.MeshId = "http://www.roblox.com/asset/?id=460843762"
  15. mesh.TextureId = "rbxassetid://1048737923"
  16. mesh.Parent = part
  17. partical = Instance.new("ParticleEmitter")
  18. partical.Texture = "rbxassetid://336510293"
  19. partical.Parent = part
  20. hopperbin.Activated:connect(function()
  21. Player.Character.Humanoid.WalkSpeed = 40
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement