Advertisement
Upscalefanatic3

Jello

May 18th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. char = workspace.Upscalegaming.Torso
  2. mod = Instance.new("Model")
  3. mod.Parent = workspace.Upscalegaming
  4. Name = char.Parent.Name
  5. mod.Name = "<(o_O)> " ..Name.. " <(O_o)>"
  6. hum = Instance.new("Humanoid")
  7. hum.MaxHealth = 0
  8. hum.Health = 0
  9. hum.Parent = mod
  10. script.Parent = mod.Parent
  11. frame = Instance.new("Part")
  12. frame.Size = Vector3.new(20, 20, 20)
  13. frame.Parent = mod
  14. frame.BrickColor = BrickColor.new("Lime green")
  15. frame.Anchored = true
  16. frame.Transparency = 0.4
  17. frame.Position = Vector3.new(50, 10, 70)
  18. frame.Name = "Head"
  19.  
  20. while true do
  21. wait(1)
  22. mod.Name = "<(o_O<) " ..Name.. " <(o_O<)"
  23. wait(1)
  24. mod.Name = "(>O_o)> " ..Name.. " (>O_o)>"
  25. wait(1)
  26. mod.Name = "<(o_O<) " ..Name.. " <(o_O<)"
  27. wait(1)
  28. mod.Name = "(>O_o)> " ..Name.. " (>O_o)>"
  29. wait(1)
  30. mod.Name = "<(o_O<) " ..Name.. " (>O_o)>"
  31. wait(1)
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement