Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function ilikeyacutg(target)
- if target.Parent:FindFirstChild("Head")then
- print("I LIKE YA CUT G")
- if not target.Parent.Torso:FindFirstChild("Neck") then return end
- so = Instance.new("Sound",target.Parent.Torso)
- so.SoundId="rbxassetid://5526090035"
- so:Play()
- wait(3.2)
- target.Parent.Torso.Neck:Destroy()
- bdvelo=Instance.new("BodyVelocity",target.Parent.Head)
- bdvelo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
- bdvelo.P = 10000
- bdvelo.Velocity = target.Parent.Head.CFrame.LookVector * Vector3.new(100,1,100)
- bdvelo.Name = "I LIKE YA CUT G"
- wait()
- bdvelo:Destroy()
- end
- end
- ilikeyoucutg(workspace.Xx1stx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement