Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local cm = Instance.new("SpecialMesh",char.Torso)
- cm.Scale = Vector3.new(2,2,2)
- cm.MeshType = "FileMesh"
- cm.MeshId = "http://www.roblox.com/asset/?id=334652521"
- cm.TextureId = "http://www.roblox.com/asset/?id=334652792"
- char.Animate:Destroy()
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child.Handle.Transparency = 1
- end
- end
- char.Humanoid.WalkSpeed = 40
- char.Humanoid.MaxHealth = 300
- char.Humanoid.Health = 300
- char.Head.face.Transparency = 1
- char.Head.Transparency = 1
- char["Right Leg"].Transparency = 1
- char["Right Arm"].Transparency = 1
- char["Left Leg"].Transparency = 1
- char["Left Arm"].Transparency = 1
- char.Torso.roblox:Destroy()
- local died = Instance.new("BoolValue",char)
- died.Value = false
- chats = {"Crash!"}
- plr.Character.Humanoid.Died:connect(function()
- died.Value = true
- char.Torso.Anchored = true
- char.Head.Anchored = true
- char["Left Leg"].Anchored = true
- char["Left Arm"].Anchored = true
- char["Right Leg"].Anchored = true
- char["Right Arm"].Anchored = true
- local cef = Instance.new("Fire",char.Head)
- char.Humanoid:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = char.Torso
- wait(0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001)
- game:GetService("Chat"):Chat(game.Players.Subaru112.Character.Head, chats[math.random(1, #chats)], Enum.ChatColor.Red)
- local ce = Instance.new("Sound",char.Head)
- ce.Volume = 1
- ce.SoundId = "rbxassetid://144699494"
- ce:Play()
- local cee = Instance.new("Explosion",char.Head)
- cee.DestroyJointRadiusPercent = 2
- cee.Position = char.Head.Position
- char.Torso.Mesh.TextureId = "http://www.roblox.com/asset/?id=1539341292"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement