SHOW:
|
|
- or go back to the newest paste.
| 1 | wait(3) | |
| 2 | local Terry = Instance.new("Part", game.Workspace)
| |
| 3 | Terry.Name = "Terry" | |
| 4 | game.Workspace.Terry.Position = Vector3.new(-0.785, 7.54, -12.1) | |
| 5 | game.Workspace.Terry.Size = Vector3.new(14.83, 15.08, 1) | |
| 6 | wait(0.1) | |
| 7 | local d = Instance.new("Decal", game.Workspace.Terry)
| |
| 8 | d.Texture = "http://www.roblox.com/asset/?id=14061240" | |
| 9 | d.Face = "Back" | |
| 10 | game.Workspace.Terry.Transparency = "1" | |
| 11 | local df = Instance.new("Decal", game.Workspace.Terry)
| |
| 12 | df.Texture = "http://www.roblox.com/asset/?id=14061240" | |
| 13 | df.Face = "Front" | |
| 14 | wait(3) | |
| 15 | ||
| 16 | local h = Instance.new("Hint", game.Workspace)
| |
| 17 | h.Name = "TalkTerry" | |
| 18 | - | game.Workspace.TalkTerry.Text = "IM GOING RAPE U! LYKASPARS4" |
| 18 | + | game.Workspace.TalkTerry.Text = "IM GOING RAPE U! MARINUSBOY" |
| 19 | ||
| 20 | local s = Instance.new("Sound", game.Workspace)
| |
| 21 | s.SoundId = "http://www.roblox.com/asset/?id=316419198" | |
| 22 | s.Pitch = "2" | |
| 23 | s:Play() | |
| 24 | s.Looped = true | |
| 25 | ||
| 26 | wait(1) | |
| 27 | while true do | |
| 28 | wait(1) | |
| 29 | game.Workspace.Terry.Position = game.Workspace.lykaspars4.Torso.Position | |
| 30 | - | game.Workspace.lykaspars4.Humanoid.Sit = true |
| 30 | + | game.Workspace.5ZR.Humanoid.Sit = true |
| 31 | end |