Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if key=="v" and voiddb==false then
- so("http://www.roblox.com/asset/?id=2101137",RightArm,3,0.5)
- voiddb=true
- Void()
- coroutine.resume(coroutine.create(function()
- wait(30)
- voiddb=false
- prt11.Transparency=0.5
- end))
- end
- if key=="n" and sundb==false then
- so("http://www.roblox.com/asset/?id=2101137",RightArm,3,0.5)
- sundb=true
- WhiteSun()
- coroutine.resume(coroutine.create(function()
- wait(30)
- sundb=false
- prt7.Transparency=0.5
- end))
- end
- Humanoid.WalkSpeed=16
- end
- function key2(key)
- end
- function s(mouse)
- mouse.Button1Down:connect(function() ob1d(mouse) end)
- mouse.Button1Up:connect(function() ob1u(mouse) end)
- mouse.KeyDown:connect(key)
- mouse.KeyUp:connect(key2)
- unsheathed = true
- player = Player
- ch = Character
- MMouse = mouse
- RSH = ch.Torso["Right Shoulder"]
- LSH = ch.Torso["Left Shoulder"]
- --
- RSH.Parent = nil
- LSH.Parent = nil
- --
- RW.Part0 = ch.Torso
- RW.C0 = CFrame.new(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
- RW.C1 = CFrame.new(0, 0.5, 0)
- RW.Part1 = ch["Right Arm"]
- RW.Parent = ch.Torso
- --_G.R = RW
- --
- LW.Part0 = ch.Torso
- LW.C0 = CFrame.new(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
- LW.C1 = CFrame.new(0, 0.5, 0)
- LW.Part1 = ch["Left Arm"]
- LW.Parent = ch.Torso
- --_G.L = LW
- --
- equipanim()
- end
- function ds(mouse)
- hideanim()
- wait(0)
- RW.Parent = nil
- LW.Parent = nil
- RSH.Parent = player.Character.Torso
- LSH.Parent = player.Character.Torso
- end
- Bin.Selected:connect(s)
- Bin.Deselected:connect(ds)
- print("Staff loaded.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement