Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if string.sub(l.Text,1,6)=="scythe" then
- local ME = game:GetService("Players").LocalPlayer
- function FireEvent(ItemName, Object, Property, Value)
- ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
- end
- game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
- ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"CanBeDropped",true)
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"TextureId","rbxassetid://4638242624")
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://12768042")
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://250158203")
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.80,.80,.80))
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripPos",Vector3.new(1.6, -0.5, 0))
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripRight",Vector3.new(-1,0,-15))
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"ToolTip","zDvuzhas Admin")
- FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"Name","Scythe")
- wait()
- ME:GetMouse().Button1Down:Connect(function()
- if ME.Character:FindFirstChild("Scythe") then
- if ME:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or ME:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
- local Animation = Instance.new("Animation")
- Animation.AnimationId = "rbxassetid://218504594"
- local AnimationLoader = ME.Character.Humanoid:LoadAnimation(Animation)
- AnimationLoader:Play()
- AnimationLoader:AdjustSpeed(1.75)
- wait()
- workspace.GuiEvent:FireServer(".")
- FireEvent("Scythe",ME.Character["."]:WaitForChild("Head"),"Parent",ME:GetMouse().Target.Parent)
- end
- end
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment