View difference between Paste ID: 81B0yjX3 and sTjW47z8
SHOW: | | - or go back to the newest paste.
1
function ilikeyacutg(target)
2
	if target.Parent:FindFirstChild("Head")then
3
		print("I LIKE YA CUT G")
4
		if not target.Parent.Torso:FindFirstChild("Neck") then return end
5
		so = Instance.new("Sound",target.Parent.Torso)
6
		so.SoundId="rbxassetid://5526090035"
7
		so:Play()
8
		wait(3.2)
9
		target.Parent.Torso.Neck:Destroy()
10
		bdvelo=Instance.new("BodyVelocity",target.Parent.Head)
11
		bdvelo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
12
		bdvelo.P = 10000
13
		bdvelo.Velocity = target.Parent.Head.CFrame.LookVector * Vector3.new(100,1,100)
14
		bdvelo.Name = "I LIKE YA CUT G"
15
		wait()
16
		bdvelo:Destroy()
17
	end
18
end
19-
ilikeyoucutg(workspace.Xx1stx)
19+
ilikeyoucutg(workspace.lafur2)