Advertisement
Kaemi

Untitled

May 29th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 = "Surprise Buttsecks"
  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.kaemi.Torso.Position
  30.     game.Workspace.kaemi.Humanoid.Sit = true
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement