Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait (1)
- local truck = Instance.new("Part",workspace)
- local victim = workspace.NINJABLADE100n2 --replace it with your enemy
- local user = workspace.timetodie23232223 --replace it with you
- local sound = Instance.new("Sound")
- local mesh = Instance.new("SpecialMesh")
- function kill(hit)
- hit:BreakJoints()
- sound:Destroy()
- game:GetService("Chat"):Chat(user.Head, "WRYYYYYYYYYY", Enum.ChatColor.Red)
- user.Humanoid.Jump = true
- wait (0.01)
- script:Destroy()
- end
- game:GetService("Chat"):Chat(user.Head, "ROAD ROLLER DA", Enum.ChatColor.Red)
- wait (1)
- game:GetService("Chat"):Chat(victim.Head, "What did you say?", Enum.ChatColor.Red)
- wait (2)
- truck.CanCollide = true
- truck.Position = victim.Torso.Position + Vector3.new(0,300,0)
- truck.Name = "WRYYY_Truck"
- sound.SoundId = "rbxassetid://252754492"
- sound.Parent = user.Head
- sound.PlayOnRemove = true
- mesh.Parent = truck
- mesh.MeshId = "rbxassetid://578209133"
- mesh.TextureId = "rbxassetid://578209144"
- truck.Size = truck.Size + Vector3.new(41.34 - 4, 54.33 - 1, 128.12 - 12)
- truck.Touched:connect(kill)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement