Advertisement
antoniorigo4

Crazy eyes V2.0

Nov 8th, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. --THIS SCRIPT WAS MADE BY ANTONIORIGO4 LAST UPDATED 10.11.2019 11:28
  2. local Player = owner
  3. local event = Instance.new("BindableEvent",script)
  4. local bootmodel=Instance.new("Model",Player.Character)
  5. local boot1=Instance.new("Part",bootmodel)
  6. local boot2=Instance.new("Part",bootmodel)
  7. local bh1=Instance.new("Part",bootmodel)
  8. local bh2=Instance.new("Part",bootmodel)
  9. local bw1=Instance.new("WeldConstraint",bootmodel)
  10. local bw2=Instance.new("WeldConstraint",bootmodel)
  11. local hw1=Instance.new("Weld",bootmodel)
  12. local hw2=Instance.new("Weld",bootmodel)
  13. local model = Instance.new("Model",bootmodel)
  14. local hand1 = Instance.new("Part",model)
  15. local hand2 = Instance.new("Part",model)
  16. local h1 = Instance.new("Weld",model)
  17. local h2 = Instance.new("Weld",model)
  18. local Handle = Instance.new("Part",model)
  19. local e1 = Instance.new("Part",Handle)
  20. local e2 = Instance.new("Part",Handle)
  21. local eyweld1 = Instance.new("WeldConstraint",Handle)
  22. local eyweld2 = Instance.new("WeldConstraint",Handle)
  23. local sound = Instance.new("Sound",Handle)
  24. local weld = Instance.new("Weld",Player.Character)
  25. local decalc = Instance.new("StringValue",Player.Character)
  26. local texture = decalc.Value
  27. local particle = Instance.new("ParticleEmitter",Player.Character.Torso)
  28. local effect = Instance.new("Folder",Player.Character)
  29. game:GetService("Chat"):Chat(Player.Character.Head,"Script Made By antoniorigo4","Red")
  30. --animationsetup
  31. --cframe is used so this game is compatible with void script builder
  32. --and because loadanimation is garbage
  33. local character = owner.Character
  34. character.Humanoid.Animator:Destroy()
  35. character.Animate:Destroy()
  36. for i,v in pairs (character:GetChildren()) do
  37. if v:IsA("CharacterMesh") then
  38. v:Destroy()
  39. end
  40. end
  41. function sample1()
  42. character.Torso["Right Shoulder"].C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0,0,1)
  43. character.Torso["Left Shoulder"].C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0,0,1)
  44. character.Torso.Neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(-4.7,-9.7,0)
  45. character.Torso["Left Hip"].C1 = CFrame.new(0,1.2,0.5) * CFrame.Angles(0,0,1)
  46. character.Torso["Right Hip"].C1 = CFrame.new(0,1.2,0.5) * CFrame.Angles(0,0,1)
  47. end
  48.  
  49. --sample2
  50. function sample2()
  51. character.Torso["Right Shoulder"].C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0,0,-1)
  52. character.Torso["Left Shoulder"].C1 = CFrame.new(0,0.5,-0.5) * CFrame.Angles(0,0,-1)
  53. character.Torso.Neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(-4.7,9.7,0)
  54. character.Torso["Left Hip"].C1 = CFrame.new(0,1.2,0.5) * CFrame.Angles(0,0,-1)
  55. character.Torso["Right Hip"].C1 = CFrame.new(0,1.2,0.5) * CFrame.Angles(0,0,-1)
  56. end
  57. character.Humanoid.Running:Connect(function()
  58.  
  59. sample1()
  60. wait (0.5)
  61. sample2()
  62. wait (0.5)
  63. end)
  64.  
  65. --setup
  66. event.Name = "OpreationEvent"
  67. effect.Name = "Effects"
  68. sound.Volume = 5
  69. sound.Looped = true
  70. --basic Properties
  71. Handle.Anchored = false
  72. e1.Anchored = false
  73. e2.Anchored = false
  74.  
  75. --weld
  76. eyweld1.Part0 = Handle
  77. eyweld2.Part0 = Handle
  78. eyweld1.Part1 = e1
  79. eyweld2.Part1 = e2
  80. Handle.Position = Player.Character.Head.Position
  81. --vector3
  82. bh1.Size=Vector3.new(1,2,1)
  83. bh2.Size=Vector3.new(1,2,1)
  84. boot1.Size=Vector3.new(1.15, 1.15, 1.15)
  85. boot2.Size=Vector3.new(1.15, 1.15, 1.15)
  86. bh1.Position=Vector3.new(-1.5, 1, 0.5)
  87. bh2.Position=Vector3.new(-1.5, 1, 0.5)
  88. boot1.Position=Vector3.new(-1.5, 0.58, 0.5)
  89. boot2.Position=Vector3.new(-1.5, 0.58, 0.5)
  90. hand1.Size = Vector3.new(1.055, 2.11, 1.055)
  91. hand2.Size = Vector3.new(1.055, 2.11, 1.055)
  92. Handle.Size = Vector3.new(2,1,1)
  93. e2.Size = Vector3.new(0.11, 0.39, 0.39)
  94. e1.Size = Vector3.new(0.11, 0.39, 0.39)
  95. Handle.Position = Vector3.new(0, 2.6, -0.057)
  96. e1.Position = Vector3.new(0.194, 2.734, -0.602)
  97. e2.Position = Vector3.new(-0.236, 2.734, -0.602)
  98. e1.Orientation = Vector3.new(0, 89.94, 0.3)
  99. e2.Orientation = Vector3.new(0, 89.94, 0.3)
  100. --decoration
  101. e1.Shape = "Cylinder"
  102. e2.Shape = "Cylinder"
  103. e1.Material = "Neon"
  104. e2.Material = "Neon"
  105. hand1.Material = "Neon"
  106. hand2.Material = "Neon"
  107. Handle.Transparency = 1
  108. bh1.Transparency=1
  109. bh2.Transparency=1
  110. boot1.Material = "Neon"
  111. boot2.Material = "Neon"
  112. --weldo
  113. bw1.Part0=boot1
  114. bw2.Part0=boot2
  115. bw1.Part1=bh1
  116. bw2.Part1=bh2
  117. hw1.Part0=bh1
  118. hw2.Part0=bh2
  119. hw1.Part1=Player.Character["Left Leg"]
  120. hw2.Part1=Player.Character["Right Leg"]
  121. weld.Part0 = Player.Character.Head
  122. weld.Part1 = Handle
  123. h1.Part0 = hand1
  124. h2.Part0 =hand2
  125. h1.Part1 = Player.Character["Left Arm"]
  126. h2.Part1 =Player.Character["Right Arm"]
  127. --SCREENGUIS OUCH
  128. gui = Instance.new("ScreenGui",Player.PlayerGui)
  129. gui.ResetOnSpawn = false
  130. button = Instance.new("TextButton",gui)
  131. button.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  132. button.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  133. button.BorderSizePixel = 5
  134. button.Position = UDim2.new(0.8, 0,0.6, 0)
  135. button.Size = UDim2.new(0, 100,0, 60)
  136. button.Font = "Arial"
  137. button.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  138. button.TextScaled = true
  139. button.Text = "anime"
  140. button.TextWrapped = true
  141. lu = Instance.new("TextButton",gui)
  142. lu.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  143. lu.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  144. lu.BorderSizePixel = 5
  145. lu.Position = UDim2.new(0.8, 0,0.5, 0)
  146. lu.Size = UDim2.new(0, 100,0, 60)
  147. lu.Font = "Arial"
  148. lu.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  149. lu.TextScaled = true
  150. lu.Text = "WEEGEE"
  151. lu.TextWrapped = true
  152. lu.MouseButton1Click:connect(function()
  153. event:Fire()
  154. end)
  155. button1 = Instance.new("TextButton",gui)
  156. button1.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  157. button1.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  158. button1.BorderSizePixel = 5
  159. button1.Position = UDim2.new(0.8, 0,0.7, 0)
  160. button1.Size = UDim2.new(0, 100,0, 60)
  161. button1.Font = "Arial"
  162. button1.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  163. button1.TextScaled = true
  164. button1.Text = "crazy kid"
  165. button1.TextWrapped = true
  166.  
  167. button2 = Instance.new("TextButton",gui)
  168. button2.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  169. button2.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  170. button2.BorderSizePixel = 5
  171. button2.Position = UDim2.new(0.8, 0,0.8, 0)
  172. button2.Size = UDim2.new(0, 100,0, 60)
  173. button2.Font = "Arial"
  174. button2.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  175. button2.TextScaled = true
  176. button2.Text = "vocaloid anime girl"
  177. button2.TextWrapped = true
  178.  
  179.  
  180.  
  181.  
  182. button.MouseButton1Click:connect(function()
  183. game:GetService("Chat"):Chat(Player.Character.Head,"who loves anime everyone does!","Red")
  184. sound.SoundId = "rbxassetid://1037184075"
  185. sound:Play()
  186. e1.BrickColor = BrickColor.new("Hot pink")
  187. e2.BrickColor = BrickColor.new("Hot pink")
  188. hand1.BrickColor = BrickColor.new("Hot pink")
  189. hand2.BrickColor = BrickColor.new("Hot pink")
  190. boot1.BrickColor = BrickColor.new("Hot pink")
  191. boot2.BrickColor = BrickColor.new("Hot pink")
  192. particle.Texture = "http://www.roblox.com/asset/?id=911491901"
  193. texture = "rbxassetid://2663550038"
  194. print ("2 triggered anime girls")
  195. end)
  196. button1.MouseButton1Click:connect(function()
  197. game:GetService("Chat"):Chat(Player.Character.Head,"I gunna run before i get oofed","Red")
  198. sound.SoundId = "rbxassetid://1386299751"
  199. sound:Play()
  200. hand1.BrickColor = BrickColor.new("Neon orange")
  201. hand2.BrickColor = BrickColor.new("Neon orange")
  202. e1.BrickColor = BrickColor.new("Neon orange")
  203. e2.BrickColor = BrickColor.new("Neon orange")
  204. boot2.BrickColor = BrickColor.new("Neon orange")
  205. boot1.BrickColor = BrickColor.new("Neon orange")
  206. texture = "rbxassetid://711055939"
  207. particle.Texture = "http://www.roblox.com/asset/?id=2538977794"
  208. print(" 3:how much did silvagunner eat spagghetti")
  209. end)
  210. button2.MouseButton1Click:connect(function()
  211.  
  212. game:GetService("Chat"):Chat(Player.Character.Head,"*Screamish high pitch noises*","Red")
  213. sound.SoundId = "rbxassetid://142563912"
  214. sound:Play()
  215. hand2.BrickColor = BrickColor.new("Toothpaste")
  216. hand1.BrickColor = BrickColor.new("Toothpaste")
  217. e1.BrickColor = BrickColor.new("Toothpaste")
  218. e2.BrickColor = BrickColor.new("Toothpaste")
  219. boot1.BrickColor = BrickColor.new("Toothpaste")
  220. boot2.BrickColor = BrickColor.new("Toothpaste")
  221. texture = "rbxassetid://464795722"
  222. particle.Texture = "http://www.roblox.com/asset/?id=73623723"
  223. print ("1:miku's break in nutshell")
  224. end)
  225. --touchevent
  226. function touch(hit)
  227. local d = Instance.new("Decal",hit)
  228. d.Texture = texture
  229. end
  230. --connecting
  231. event.Event:Connect(function()
  232.  
  233. local P = Instance.new("Part")
  234. local mesh = Instance.new("SpecialMesh",P)
  235. local luigiw = Instance.new("Weld",P)
  236. local lauigi = Instance.new("Sound",P)
  237. lauigi.SoundId = "rbxassetid://145038299"
  238. lauigi.Volume = 1
  239. lauigi.Pitch = 1
  240. lauigi.Looped = false
  241. lauigi:Play()
  242. P.Name = "luigi"
  243. luigiw.Part0 = P
  244. luigiw.Part1 = Player.Character["Head"]
  245. P.Size = Vector3.new(2,2,2)
  246. mesh.MeshType = Enum.MeshType.FileMesh
  247. mesh.TextureId = "rbxassetid://1618237897"
  248. mesh.MeshId = "rbxassetid://1618237875"
  249. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  250. mesh.Offset = Vector3.new(0,2,0)
  251. P.Position = Player.Character.Head.Position
  252. P.Parent = Player.Character.Head
  253. local luigi = Player.Character.Head.luigi
  254. luigi.Touched:Connect(function(hit)
  255. local debounce = true
  256. if debounce == true then
  257. debounce = false
  258. luigi.Sound:Play()
  259.  
  260. local luigispit = Instance.new("Part",effect)
  261. luigispit.BrickColor = BrickColor.new("Sage green")
  262. luigispit.Position = hit.Position
  263. luigispit.Size = Vector3.new(2,2,2)
  264. luigispit = "spit"
  265. end
  266. wait(2.5)
  267. debounce = true
  268. end)
  269. end)
  270. hand1.Touched:Connect(touch)
  271. hand2.Touched:Connect(touch)
  272.  
  273.  
  274.  
  275. --autoclean effects
  276. effect.ChildAdded:Connect(function()--We dont want lag Here so this autocleans all the childs in this folder
  277. wait (0.3)
  278. effect:ClearAllChildren()
  279. end)
  280. --we always put while true do at end of script so useful code will be fired
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement