Advertisement
antoniorigo4

crazy eyes

Feb 7th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. local ran = math.random(1,3)
  2. local Player = owner
  3. local model = Instance.new("Model",workspace)
  4. local hand1 = Instance.new("Part",model)
  5. local hand2 = Instance.new("Part",model)
  6. local h1 = Instance.new("Weld",model)
  7. local h2 = Instance.new("Weld",model)
  8. local Handle = Instance.new("Part",model)
  9. local e1 = Instance.new("Part",Handle)
  10. local e2 = Instance.new("Part",Handle)
  11. local eyweld1 = Instance.new("WeldConstraint",Handle)
  12. local eyweld2 = Instance.new("WeldConstraint",Handle)
  13. local sound = Instance.new("Sound",Handle)
  14. local weld = Instance.new("Weld",Player.Character)
  15. local truefalse = Instance.new("BoolValue",Player.Character)
  16. local decalc = Instance.new("StringValue",Player.Character)
  17. local texture = decalc.Value
  18. local particle = Instance.new("ParticleEmitter",Player.Character.Torso)
  19. --setup
  20. truefalse.Name = "IsCharacterLoaded"
  21. sound.Volume = 5
  22. sound.Looped = true
  23. --random choices
  24.  
  25. if ran == 1 then
  26. sound.SoundId = "rbxassetid://142563912"
  27. sound:Play()
  28. hand2.BrickColor = BrickColor.new("Toothpaste")
  29. hand1.BrickColor = BrickColor.new("Toothpaste")
  30. e1.BrickColor = BrickColor.new("Toothpaste")
  31. e2.BrickColor = BrickColor.new("Toothpaste")
  32. texture = "rbxassetid://464795722"
  33. particle.Texture = "http://www.roblox.com/asset/?id=73623723"
  34. print ("1:miku's break in nutshell")
  35. end
  36. if ran == 2 then
  37. sound.SoundId = "rbxassetid://1037184075"
  38. sound:Play()
  39. e1.BrickColor = BrickColor.new("Hot pink")
  40. e2.BrickColor = BrickColor.new("Hot pink")
  41. hand1.BrickColor = BrickColor.new("Hot pink")
  42. hand2.BrickColor = BrickColor.new("Hot pink")
  43. particle.Texture = "http://www.roblox.com/asset/?id=911491901"
  44. texture = "rbxassetid://1037184075"
  45. print ("2 triggered anime girls")
  46. end
  47. if ran == 3 then
  48. sound.SoundId = "rbxassetid://1386299751"
  49. sound:Play()
  50. hand1.BrickColor = BrickColor.new("Neon orange")
  51. hand2.BrickColor = BrickColor.new("Neon orange")
  52. e1.BrickColor = BrickColor.new("Neon orange")
  53. e2.BrickColor = BrickColor.new("Neon orange")
  54. texture = "rbxassetid://711055939"
  55. particle.Texture = "http://www.roblox.com/asset/?id=2538977794"
  56. print(" 3:how much did silvagunner eat spagghetti")
  57. end
  58. if truefalse.Parent.Parent == workspace then
  59. truefalse.Value = true
  60. end
  61. if truefalse.Parent.Parent == workspace then
  62. script:Destroy()
  63. end
  64. --basic Properties
  65. Handle.Anchored = false
  66. e1.Anchored = false
  67. e2.Anchored = false
  68.  
  69. --weld
  70. eyweld1.Part0 = Handle
  71. eyweld2.Part0 = Handle
  72. eyweld1.Part1 = e1
  73. eyweld2.Part1 = e2
  74. Handle.Position = Player.Character.Head.Position
  75. --parenting
  76. model.Parent = Player.Character
  77. --vector3
  78. hand1.Size = Vector3.new(1.055, 2.11, 1.055)
  79. hand2.Size = Vector3.new(1.055, 2.11, 1.055)
  80. Handle.Size = Vector3.new(2,1,1)
  81. e2.Size = Vector3.new(0.11, 0.39, 0.39)
  82. e1.Size = Vector3.new(0.11, 0.39, 0.39)
  83. Handle.Position = Vector3.new(0, 2.6, -0.057)
  84. e1.Position = Vector3.new(0.194, 2.734, -0.602)
  85. e2.Position = Vector3.new(-0.236, 2.734, -0.602)
  86. e1.Orientation = Vector3.new(0, 89.94, 0.3)
  87. e2.Orientation = Vector3.new(0, 89.94, 0.3)
  88. --decoration
  89. e1.Shape = "Cylinder"
  90. e2.Shape = "Cylinder"
  91. e1.Material = "Neon"
  92. e2.Material = "Neon"
  93. hand1.Material = "Neon"
  94. hand2.Material = "Neon"
  95. Handle.Transparency = 1
  96.  
  97. --weldo
  98. weld.Part0 = Player.Character.Head
  99. weld.Part1 = Handle
  100. h1.Part0 = hand1
  101. h2.Part0 =hand2
  102. h1.Part1 = Player.Character["Left Arm"]
  103. h2.Part1 =Player.Character["Right Arm"]
  104. --touched events
  105. hand2.Touched:connect(function(hit)
  106. if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
  107. hit.parent.Torso.roblox.Texture = ""..texture
  108. Player.Character.Torso["Left Shoulder"].Part0 = Player.Character.Head
  109. Player.Character.Torso["Right Shoulder"].Part0 = Player.Character.Head
  110. wait (1)
  111. Player.Character.Torso["Left Shoulder"].Part0 = Player.Character.Torso
  112. Player.Character.Torso["Right Shoulder"].Part0 = Player.Character.Torso
  113. end
  114. end)
  115. hand1.Touched:connect(function(hit)
  116. if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
  117. hit.parent.Torso.roblox.Texture = ""..texture
  118. Player.Character.Torso["Left Shoulder"].Part0 = Player.Character.Head
  119. Player.Character.Torso["Right Shoulder"].Part0 = Player.Character.Head
  120. wait (1)
  121. Player.Character.Torso["Left Shoulder"].Part0 = Player.Character.Torso
  122. Player.Character.Torso["Right Shoulder"].Part0 = Player.Character.Torso
  123. end
  124. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement