M16III

axe

Mar 24th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. if string.sub(l.Text,1,6)=="scythe" then
  2. local ME = game:GetService("Players").LocalPlayer
  3. function FireEvent(ItemName, Object, Property, Value)
  4. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  5. end
  6. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  7. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  8. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  9. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"CanBeDropped",true)
  10. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"TextureId","rbxassetid://4638242624")
  11. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://12768042")
  12. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://250158203")
  13. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.80,.80,.80))
  14. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripPos",Vector3.new(1.6, -0.5, 0))
  15. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripRight",Vector3.new(-1,0,-15))
  16. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"ToolTip","zDvuzhas Admin")
  17. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"Name","Scythe")
  18. wait()
  19. ME:GetMouse().Button1Down:Connect(function()
  20. if ME.Character:FindFirstChild("Scythe") then
  21. if ME:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or ME:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
  22. local Animation = Instance.new("Animation")
  23. Animation.AnimationId = "rbxassetid://218504594"
  24. local AnimationLoader = ME.Character.Humanoid:LoadAnimation(Animation)
  25. AnimationLoader:Play()
  26. AnimationLoader:AdjustSpeed(1.75)
  27. wait()
  28. workspace.GuiEvent:FireServer(".")
  29. FireEvent("Scythe",ME.Character["."]:WaitForChild("Head"),"Parent",ME:GetMouse().Target.Parent)
  30. end
  31. end
  32. end)
  33. end
Advertisement
Add Comment
Please, Sign In to add comment