Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by sandbag777--plz don't steal--
- Tool = script.Parent
- enabled = true
- function onButton1Down(mouse)
- if not enabled then
- return
- end
- enabled = false
- mouse.Icon="rbxasset://textures\\GunWaitCursor.png"
- eye=script.Parent:FindFirstChild("Handle")
- eye=eye:FindFirstChild("Sword Script")
- if eye~=nil then
- eye.Disabled = false
- end
- wait(2)
- mouse.Icon="rbxasset://textures\\GunCursor.png"
- enabled = true
- end
- function onEquippedLocal(mouse)
- if mouse==nil then
- print("Mouse not found")
- return
- end
- mouse.Icon= "rbxasset://textures\\GunCursor.png"
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- end
Add Comment
Please, Sign In to add comment