Advertisement
BobMe

VRS

Aug 18th, 2020 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.56 KB | None | 0 0
  1. wait(2)
  2. local player = owner -- put your name here!
  3. local size = 1
  4. --
  5. local character = workspace:WaitForChild(player.Name)
  6. character.Humanoid.MaxHealth = math.huge
  7. character.Humanoid.Health = math.huge
  8. wait(.5)
  9. --workspace:WaitForChild(player.Name).Parent = nil
  10. local data = Instance.new("RemoteEvent",player)
  11. data.Name = "VrC"
  12. local modr = 0
  13. local memory = nil
  14. local textscale = 60
  15.  
  16. local lh = Instance.new("Part",workspace)
  17. lh.Locked = true
  18. lh.Transparency = 0
  19. lh.Name = player.Name.."-LeftHand"
  20. lh.Material = "Metal"
  21. lh.Color = Color3.fromRGB(255,100,255)
  22. lh.CanCollide = true
  23. lh.Anchored = true
  24. local rh = Instance.new("Part",workspace)
  25. rh.Locked = true
  26. rh.Transparency = 0
  27. rh.Name = player.Name.."-RightHand"
  28. rh.Material = "Metal"
  29. rh.Color = Color3.fromRGB(255,100,255)
  30. rh.CanCollide = true
  31. rh.Anchored = true
  32. local he = Instance.new("Part",workspace)
  33. he.CanCollide = true
  34. he.Name = player.Name.."-Head"
  35. he.Color = Color3.fromRGB(255,175,255)
  36. he.Material = "Metal"
  37. he.Transparency = 0
  38. he.Anchored = true
  39. he.Locked = true
  40. local mesh = Instance.new("SpecialMesh",he)
  41. mesh.MeshType = Enum.MeshType.Head
  42. mesh.Scale = Vector3.new(1.25,1.25,1.25)
  43. local face = Instance.new("Decal",he)
  44. face.Face = "Front"
  45. face.Texture = "http://www.roblox.com/asset/?id=144080495"
  46. local currentkeyboard = nil
  47. local Namedg = Instance.new("BillboardGui")
  48. local Frame = Instance.new("Frame")
  49. local RobloxName = Instance.new("TextBox")
  50. local DiscordName = Instance.new("TextBox")
  51. local ImageLabel = Instance.new("ImageLabel")
  52. --Properties:
  53. Namedg.Name = "Name"
  54. Namedg.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  55. Namedg.Active = true
  56. Namedg.Parent = he
  57. Namedg.Size = UDim2.new(2, 0, 1, 0)
  58. Namedg.StudsOffset = Vector3.new(0, 1.2, 0)
  59.  
  60. Frame.Parent = Namedg
  61. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. Frame.BackgroundTransparency = 1.000
  63. Frame.Size = UDim2.new(1, 0, 1, 0)
  64.  
  65. RobloxName.Name = "RobloxName"
  66. RobloxName.Parent = Frame
  67. RobloxName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. RobloxName.BackgroundTransparency = 1.000
  69. RobloxName.Size = UDim2.new(1, 0, 0.600000024, 0)
  70. RobloxName.Font = Enum.Font.DenkOne
  71. RobloxName.Text = player.Name
  72. RobloxName.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. RobloxName.TextScaled = true
  74. RobloxName.TextSize = 14.000
  75. RobloxName.TextStrokeTransparency = 0.000
  76. RobloxName.TextWrapped = true
  77. RobloxName.TextYAlignment = Enum.TextYAlignment.Bottom
  78.  
  79. DiscordName.Name = "DiscordName"
  80. DiscordName.Parent = Frame
  81. DiscordName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. DiscordName.BackgroundTransparency = 1.000
  83. DiscordName.Position = UDim2.new(0.200000003, 0, 0.600000024, 0)
  84. DiscordName.Size = UDim2.new(0.800000012, 0, 0.400000006, 0)
  85. DiscordName.Font = Enum.Font.DenkOne
  86. DiscordName.Text = "Denizen Donut#0533"
  87. DiscordName.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. DiscordName.TextScaled = true
  89. DiscordName.TextSize = 14.000
  90. DiscordName.TextStrokeTransparency = 0.000
  91. DiscordName.TextWrapped = true
  92.  
  93. ImageLabel.Parent = Frame
  94. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. ImageLabel.BackgroundTransparency = 1.000
  96. ImageLabel.Position = UDim2.new(0, 0, 0.600000024, 0)
  97. ImageLabel.Size = UDim2.new(0.200000003, 0, 0.400000006, 0)
  98. ImageLabel.Image = "http://www.roblox.com/asset/?id=6130270929"
  99.  
  100. g = Instance.new("Part")
  101. SpecialMesh1 = Instance.new("SpecialMesh")
  102. ParticleEmitter2 = Instance.new("ParticleEmitter")
  103. g.CFrame = CFrame.new(-45.3979988, 2.57392263, 216.870453, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  104. g.Position = Vector3.new(-45.3979988, 2.57392263, 216.870453)
  105. g.Color = Color3.new(1, 0.34902, 0.94902)
  106. g.Size = Vector3.new(4.5, 4.5, 9)
  107. g.Massless = true
  108. g.BottomSurface = Enum.SurfaceType.Smooth
  109. g.BrickColor = BrickColor.new("Pink")
  110. g.Material = Enum.Material.Neon
  111. g.TopSurface = Enum.SurfaceType.Smooth
  112. g.brickColor = BrickColor.new("Pink")
  113. SpecialMesh1.Parent = g
  114. SpecialMesh1.MeshType = Enum.MeshType.Sphere
  115. ParticleEmitter2.Parent = g
  116. ParticleEmitter2.Name = "bonk"
  117. ParticleEmitter2.Speed = NumberRange.new(100, 100)
  118. ParticleEmitter2.Color = ColorSequence.new(Color3.new(0.933333, 0, 1),Color3.new(0.933333, 0, 1))
  119. ParticleEmitter2.LightEmission = 1
  120. ParticleEmitter2.Texture = "rbxassetid://1280736246"
  121. ParticleEmitter2.Transparency = NumberSequence.new(0,0,0.72500002384186)
  122. ParticleEmitter2.Size = NumberSequence.new(2,2)
  123. ParticleEmitter2.EmissionDirection = Enum.NormalId.Back
  124. ParticleEmitter2.Lifetime = NumberRange.new(0.20000000298023, 0.40000000596046)
  125. ParticleEmitter2.LockedToPart = true
  126. ParticleEmitter2.Rate = 100
  127.  
  128. local e = Instance.new("Part")
  129. SpecialMesh2 = Instance.new("SpecialMesh")
  130. SpecialMesh2.Parent = e
  131. SpecialMesh2.MeshType = Enum.MeshType.Sphere
  132. e.Size = Vector3.new(17.65,17.65,17.65)
  133. e.Color = Color3.fromRGB(255,100,255)
  134. e.Material = "Neon"
  135. e.Transparency = 0.5
  136. e.CanCollide = false
  137. e.Anchored = true
  138.  
  139. npL = nil
  140. npR = nil
  141. local x2
  142. local y2
  143. local sum1
  144. local sum2
  145. local screensize
  146. local screenpos
  147.  
  148. local counter = 0
  149.  
  150. function createButton()
  151. counter = 0
  152. local part = Instance.new("Part",workspace)
  153. local Folder0 = Instance.new("Folder")
  154. local Screen = Instance.new("Part")
  155. local SurfaceGui2 = Instance.new("SurfaceGui")
  156. local TextBox3 = Instance.new("TextBox")
  157. local Button = Instance.new("Part")
  158. local Sound5 = Instance.new("Sound")
  159. local Base = Instance.new("Part")
  160. local RegionCube = Instance.new("Part")
  161. local si = size/5
  162. part.Transparency = 1
  163. part.Size = he.Size
  164. part.CFrame = he.CFrame * CFrame.new(0,-2*si,0)
  165. part.Orientation = Vector3.new(0,orr,0)
  166. local cf = part.CFrame
  167. part:Destroy()
  168. Folder0.Name = "ButtonStuff"
  169. Folder0.Parent = workspace
  170. Screen.Name = "Screen"
  171. Screen.Parent = Folder0
  172. Screen.CFrame = cf * CFrame.new(0, -1.29000103*si, -11.5999985*si)
  173. Screen.Orientation = Vector3.new(-15, orr, 0)
  174. Screen.Color = Color3.new(0.105882, 0.164706, 0.207843)
  175. Screen.Size = Vector3.new(9.74000549*si, 6.6199975*si, 0.700000882*si)
  176. Screen.BottomSurface = Enum.SurfaceType.Smooth
  177. Screen.BrickColor = BrickColor.new("Black")
  178. Screen.TopSurface = Enum.SurfaceType.Smooth
  179. Screen.brickColor = BrickColor.new("Black")
  180. Screen.Anchored = true
  181. SurfaceGui2.Parent = Screen
  182. SurfaceGui2.LightInfluence = 1
  183. SurfaceGui2.Face = Enum.NormalId.Back
  184. SurfaceGui2.ClipsDescendants = true
  185. SurfaceGui2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  186. TextBox3.Parent = SurfaceGui2
  187. TextBox3.Size = UDim2.new(1, 0, 1, 0)
  188. TextBox3.BackgroundColor = BrickColor.new("Institutional white")
  189. TextBox3.BackgroundColor3 = Color3.new(1, 1, 1)
  190. TextBox3.BackgroundTransparency = 1
  191. TextBox3.Font = Enum.Font.SourceSans
  192. TextBox3.FontSize = Enum.FontSize.Size14
  193. TextBox3.Text = "This button has been pushed 0 times"
  194. TextBox3.TextColor = BrickColor.new("Institutional white")
  195. TextBox3.TextColor3 = Color3.new(1, 1, 1)
  196. TextBox3.TextScaled = true
  197. TextBox3.TextSize = 14
  198. TextBox3.TextWrap = true
  199. TextBox3.TextWrapped = true
  200. Button.Name = "Button"
  201. Button.Parent = Folder0
  202. Button.Anchored = true
  203. Button.CFrame = cf * CFrame.new(0, -4*si, -8*si)
  204. Button.Color = Color3.new(1, 0.34902, 0.34902)
  205. Button.Size = Vector3.new(2*si, 1*si, 2*si)
  206. Button.BottomSurface = Enum.SurfaceType.Smooth
  207. Button.BrickColor = BrickColor.new("Persimmon")
  208. Button.TopSurface = Enum.SurfaceType.Smooth
  209. Button.brickColor = BrickColor.new("Persimmon")
  210. Sound5.Parent = Button
  211. Sound5.Pitch = 1.5
  212. Sound5.PlaybackSpeed = 1.5
  213. Sound5.SoundId = "rbxassetid://270126064"
  214. Sound5.Volume = 1
  215. Base.Name = "Base"
  216. Base.Parent = Folder0
  217. Base.CFrame = cf * CFrame.new(0, -6.5*si, -8*si)
  218. Base.Color = Color3.new(0.105882, 0.164706, 0.207843)
  219. Base.Size = Vector3.new(4*si, 4*si, 4*si)
  220. Base.BottomSurface = Enum.SurfaceType.Smooth
  221. Base.BrickColor = BrickColor.new("Black")
  222. Base.TopSurface = Enum.SurfaceType.Smooth
  223. Base.brickColor = BrickColor.new("Black")
  224. Base.Anchored = true
  225. RegionCube.Name = "RegionCube"
  226. RegionCube.Parent = Folder0
  227. RegionCube.CFrame = cf * CFrame.new(0, -4*si, -8*si)
  228. RegionCube.Color = Color3.new(1, 0.34902, 0.34902)
  229. RegionCube.Size = Vector3.new(3.07999945*si, 1.35*si, 2.79999948*si)
  230. RegionCube.BottomSurface = Enum.SurfaceType.Smooth
  231. RegionCube.BrickColor = BrickColor.new("Persimmon")
  232. RegionCube.TopSurface = Enum.SurfaceType.Smooth
  233. RegionCube.brickColor = BrickColor.new("Persimmon")
  234. RegionCube.Transparency = 1
  235. RegionCube.CanCollide = false
  236. RegionCube.Anchored = true
  237. end
  238.  
  239. function destroyButton()
  240. for i,v in pairs(workspace:GetChildren()) do
  241. if v.ClassName == "Folder" and v.Name == "ButtonStuff" then
  242. v:Destroy()
  243. end
  244. end
  245. end
  246.  
  247. function createKeyboard(h,orr)
  248. local sizer = size/5
  249. Folder185 = Instance.new("Folder")
  250. currentkeyboard = Folder185
  251. Part186 = Instance.new("FlagStand")
  252. Part187 = Instance.new("FlagStand")
  253. Part188 = Instance.new("FlagStand")
  254. Part189 = Instance.new("FlagStand")
  255. Part190 = Instance.new("FlagStand")
  256. Part191 = Instance.new("FlagStand")
  257. Part192 = Instance.new("FlagStand")
  258. Part193 = Instance.new("FlagStand")
  259. Part194 = Instance.new("FlagStand")
  260. Part195 = Instance.new("FlagStand")
  261. Part196 = Instance.new("FlagStand")
  262. Part197 = Instance.new("FlagStand")
  263. Part198 = Instance.new("FlagStand")
  264. Part199 = Instance.new("FlagStand")
  265. Part200 = Instance.new("FlagStand")
  266. Part201 = Instance.new("FlagStand")
  267. Part202 = Instance.new("FlagStand")
  268. Part203 = Instance.new("FlagStand")
  269. Part204 = Instance.new("FlagStand")
  270. Part205 = Instance.new("FlagStand")
  271. Part206 = Instance.new("FlagStand")
  272. Part207 = Instance.new("FlagStand")
  273. Part208 = Instance.new("FlagStand")
  274. Part209 = Instance.new("FlagStand")
  275. Part210 = Instance.new("FlagStand")
  276. Part211 = Instance.new("FlagStand")
  277. Part212 = Instance.new("FlagStand")
  278. Part213 = Instance.new("FlagStand")
  279. Part214 = Instance.new("FlagStand")
  280. Part215 = Instance.new("FlagStand")
  281. Part216 = Instance.new("FlagStand")
  282. Part217 = Instance.new("FlagStand")
  283. Part218 = Instance.new("FlagStand")
  284. Part219 = Instance.new("FlagStand")
  285. Part220 = Instance.new("FlagStand")
  286. Part221 = Instance.new("FlagStand")
  287. Part222 = Instance.new("FlagStand")
  288. Part223 = Instance.new("FlagStand")
  289. Part224 = Instance.new("FlagStand")
  290. Part225 = Instance.new("FlagStand")
  291. Part226 = Instance.new("FlagStand")
  292. Part227 = Instance.new("FlagStand")
  293. Part228 = Instance.new("FlagStand")
  294. Part229 = Instance.new("FlagStand")
  295. Part230 = Instance.new("FlagStand")
  296. Part231 = Instance.new("FlagStand")
  297. Part232 = Instance.new("FlagStand")
  298. Part233 = Instance.new("FlagStand")
  299. Part234 = Instance.new("FlagStand")
  300. Part235 = Instance.new("FlagStand")
  301. Part236 = Instance.new("FlagStand")
  302. Part237 = Instance.new("FlagStand")
  303. Part238 = Instance.new("FlagStand")
  304. Part239 = Instance.new("FlagStand")
  305. Part240 = Instance.new("FlagStand")
  306. Part241 = Instance.new("FlagStand")
  307. Part242 = Instance.new("FlagStand")
  308. Part243 = Instance.new("FlagStand")
  309. Part244 = Instance.new("FlagStand")
  310. Part245 = Instance.new("FlagStand")
  311. Part184 = Instance.new("FlagStand")
  312. Part0 = Instance.new("FlagStand")
  313. SurfaceGui1 = Instance.new("SurfaceGui")
  314. TextBox2 = Instance.new("TextBox")
  315. TextBox3 = Instance.new("TextBox")
  316. TextBox4 = Instance.new("TextBox")
  317. TextBox5 = Instance.new("TextBox")
  318. TextBox6 = Instance.new("TextBox")
  319. Folder185.Parent = workspace
  320. Folder185.Name = "keyboard-"..player.Name
  321. Part184.Name = "base"
  322. Part184.Parent = Folder185
  323. Part184.CFrame = h * CFrame.new(0 * sizer, -4.87259722 * sizer, -5.58394098 * sizer)
  324. Part184.Orientation = Vector3.new(22.5, orr, 0)
  325. Part184.Color = Color3.new(0, 0, 0)
  326. Part184.Size = Vector3.new(15 * sizer, 1 * sizer, 5 * sizer)
  327. Part184.Anchored = true
  328. Part184.Locked = true
  329. Part186.Name = "'"
  330. Part186.Parent = Folder185
  331. Part186.CFrame = h * CFrame.new(4.6799984 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  332. Part186.Orientation = Vector3.new(0,orr-90,-22.5)
  333. Part186.Color = Color3.new(0.317647, 0, 0.309804)
  334. Part186.Transparency = 0
  335. Part186.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  336. Part186.Anchored = true
  337. Part186.Locked = true
  338. Part186.Material = Enum.Material.Wood
  339. Part187.Name = ","
  340. Part187.Parent = Folder185
  341. Part187.CFrame = h * CFrame.new(2.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  342. Part187.Orientation = Vector3.new(0,orr-90,-22.5)
  343. Part187.Color = Color3.new(0.317647, 0, 0.309804)
  344. Part187.Transparency = 0
  345. Part187.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  346. Part187.Anchored = true
  347. Part187.Locked = true
  348. Part187.Material = Enum.Material.Wood
  349. Part188.Name = "-"
  350. Part188.Parent = Folder185
  351. Part188.CFrame = h * CFrame.new(4 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  352. Part188.Orientation = Vector3.new(0,orr-90,-22.5)
  353. Part188.Color = Color3.new(0.317647, 0, 0.309804)
  354. Part188.Transparency = 0
  355. Part188.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  356. Part188.Anchored = true
  357. Part188.Locked = true
  358. Part188.Material = Enum.Material.Wood
  359. Part189.Name = "."
  360. Part189.Parent = Folder185
  361. Part189.CFrame = h * CFrame.new(3.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  362. Part189.Orientation = Vector3.new(0,orr-90,-22.5)
  363. Part189.Color = Color3.new(0.317647, 0, 0.309804)
  364. Part189.Transparency = 0
  365. Part189.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  366. Part189.Anchored = true
  367. Part189.Locked = true
  368. Part189.Material = Enum.Material.Wood
  369. Part190.Name = "/"
  370. Part190.Parent = Folder185
  371. Part190.CFrame = h * CFrame.new(4.34000492 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  372. Part190.Orientation = Vector3.new(0,orr-90,-22.5)
  373. Part190.Color = Color3.new(0.317647, 0, 0.309804)
  374. Part190.Transparency = 0
  375. Part190.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  376. Part190.Anchored = true
  377. Part190.Locked = true
  378. Part190.Material = Enum.Material.Wood
  379. Part191.Name = "0"
  380. Part191.Parent = Folder185
  381. Part191.CFrame = h * CFrame.new(3 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  382. Part191.Orientation = Vector3.new(0,orr-90,-22.5)
  383. Part191.Color = Color3.new(0.317647, 0, 0.309804)
  384. Part191.Transparency = 0
  385. Part191.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  386. Part191.Anchored = true
  387. Part191.Locked = true
  388. Part191.Material = Enum.Material.Wood
  389. Part192.Name = "1"
  390. Part192.Parent = Folder185
  391. Part192.CFrame = h * CFrame.new(-6.00000525 * sizer, -3.2066319 * sizer, -7.05276108 * sizer)
  392. Part192.Orientation = Vector3.new(0,orr-90,-22.5)
  393. Part192.Color = Color3.new(0.317647, 0, 0.309804)
  394. Part192.Transparency = 0
  395. Part192.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  396. Part192.Anchored = true
  397. Part192.Locked = true
  398. Part192.Material = Enum.Material.Wood
  399. Part193.Name = "2"
  400. Part193.Parent = Folder185
  401. Part193.CFrame = h * CFrame.new(-5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  402. Part193.Orientation = Vector3.new(0,orr-90,-22.5)
  403. Part193.Color = Color3.new(0.317647, 0, 0.309804)
  404. Part193.Transparency = 0
  405. Part193.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  406. Part193.Anchored = true
  407. Part193.Locked = true
  408. Part193.Material = Enum.Material.Wood
  409. Part194.Name = "3"
  410. Part194.Parent = Folder185
  411. Part194.CFrame = h * CFrame.new(-4 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  412. Part194.Orientation = Vector3.new(0,orr-90,-22.5)
  413. Part194.Color = Color3.new(0.317647, 0, 0.309804)
  414. Part194.Transparency = 0
  415. Part194.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  416. Part194.Anchored = true
  417. Part194.Locked = true
  418. Part194.Material = Enum.Material.Wood
  419. Part195.Name = "4"
  420. Part195.Parent = Folder185
  421. Part195.CFrame = h * CFrame.new(-3 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  422. Part195.Orientation = Vector3.new(0,orr-90,-22.5)
  423. Part195.Color = Color3.new(0.317647, 0, 0.309804)
  424. Part195.Transparency = 0
  425. Part195.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  426. Part195.Anchored = true
  427. Part195.Locked = true
  428. Part195.Material = Enum.Material.Wood
  429. Part196.Name = "5"
  430. Part196.Parent = Folder185
  431. Part196.CFrame = h * CFrame.new(-2 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  432. Part196.Orientation = Vector3.new(0,orr-90,-22.5)
  433. Part196.Color = Color3.new(0.317647, 0, 0.309804)
  434. Part196.Transparency = 0
  435. Part196.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  436. Part196.Anchored = true
  437. Part196.Locked = true
  438. Part196.Material = Enum.Material.Wood
  439. Part197.Name = "6"
  440. Part197.Parent = Folder185
  441. Part197.CFrame = h * CFrame.new(-1 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  442. Part197.Orientation = Vector3.new(0,orr-90,-22.5)
  443. Part197.Color = Color3.new(0.317647, 0, 0.309804)
  444. Part197.Transparency = 0
  445. Part197.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  446. Part197.Anchored = true
  447. Part197.Locked = true
  448. Part197.Material = Enum.Material.Wood
  449. Part198.Name = "7"
  450. Part198.Parent = Folder185
  451. Part198.CFrame = h * CFrame.new(0, -3.20663142 * sizer, -7.05276108 * sizer)
  452. Part198.Orientation = Vector3.new(0,orr-90,-22.5)
  453. Part198.Color = Color3.new(0.317647, 0, 0.309804)
  454. Part198.Transparency = 0
  455. Part198.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  456. Part198.Anchored = true
  457. Part198.Locked = true
  458. Part198.Material = Enum.Material.Wood
  459. Part199.Name = "8"
  460. Part199.Parent = Folder185
  461. Part199.CFrame = h * CFrame.new(1 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  462. Part199.Orientation = Vector3.new(0,orr-90,-22.5)
  463. Part199.Color = Color3.new(0.317647, 0, 0.309804)
  464. Part199.Transparency = 0
  465. Part199.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  466. Part199.Anchored = true
  467. Part199.Locked = true
  468. Part199.Material = Enum.Material.Wood
  469. Part200.Name = "9"
  470. Part200.Parent = Folder185
  471. Part200.CFrame = h * CFrame.new(2 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  472. Part200.Orientation = Vector3.new(0,orr-90,-22.5)
  473. Part200.Color = Color3.new(0.317647, 0, 0.309804)
  474. Part200.Transparency = 0
  475. Part200.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  476. Part200.Anchored = true
  477. Part200.Locked = true
  478. Part200.Material = Enum.Material.Wood
  479. Part201.Name = ";"
  480. Part201.Parent = Folder185
  481. Part201.CFrame = h * CFrame.new(3.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  482. Part201.Orientation = Vector3.new(0,orr-90,-22.5)
  483. Part201.Color = Color3.new(0.317647, 0, 0.309804)
  484. Part201.Transparency = 0
  485. Part201.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  486. Part201.Anchored = true
  487. Part201.Locked = true
  488. Part201.Material = Enum.Material.Wood
  489. Part202.Name = "="
  490. Part202.Parent = Folder185
  491. Part202.CFrame = h * CFrame.new(5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  492. Part202.Orientation = Vector3.new(0,orr-90,-22.5)
  493. Part202.Color = Color3.new(0.317647, 0, 0.309804)
  494. Part202.Transparency = 0
  495. Part202.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  496. Part202.Anchored = true
  497. Part202.Locked = true
  498. Part202.Material = Enum.Material.Wood
  499. Part203.Name = "["
  500. Part203.Parent = Folder185
  501. Part203.CFrame = h * CFrame.new(4.48999834 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  502. Part203.Orientation = Vector3.new(0,orr-90,-22.5)
  503. Part203.Color = Color3.new(0.317647, 0, 0.309804)
  504. Part203.Transparency = 0
  505. Part203.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  506. Part203.Anchored = true
  507. Part203.Locked = true
  508. Part203.Material = Enum.Material.Wood
  509. Part204.Name = "]"
  510. Part204.Parent = Folder185
  511. Part204.CFrame = h * CFrame.new(5.48999834 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  512. Part204.Orientation = Vector3.new(0,orr-90,-22.5)
  513. Part204.Color = Color3.new(0.317647, 0, 0.309804)
  514. Part204.Transparency = 0
  515. Part204.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  516. Part204.Anchored = true
  517. Part204.Locked = true
  518. Part204.Material = Enum.Material.Wood
  519. Part205.Name = "a"
  520. Part205.Parent = Folder185
  521. Part205.CFrame = h * CFrame.new(-5.3200016 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  522. Part205.Orientation = Vector3.new(0,orr-90,-22.5)
  523. Part205.Color = Color3.new(0.317647, 0, 0.309804)
  524. Part205.Transparency = 0
  525. Part205.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  526. Part205.Anchored = true
  527. Part205.Locked = true
  528. Part205.Material = Enum.Material.Wood
  529. Part206.Name = "b"
  530. Part206.Parent = Folder185
  531. Part206.CFrame = h * CFrame.new(-0.660000324 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  532. Part206.Orientation = Vector3.new(0,orr-90,-22.5)
  533. Part206.Color = Color3.new(0.317647, 0, 0.309804)
  534. Part206.Transparency = 0
  535. Part206.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  536. Part206.Anchored = true
  537. Part206.Locked = true
  538. Part206.Material = Enum.Material.Wood
  539. Part207.Name = "backslash"
  540. Part207.Parent = Folder185
  541. Part207.CFrame = h * CFrame.new(6.74499702 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  542. Part207.Orientation = Vector3.new(0,orr-90,-22.5)
  543. Part207.Color = Color3.new(0.317647, 0, 0.309804)
  544. Part207.Transparency = 0
  545. Part207.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.30999947 * sizer)
  546. Part207.Anchored = true
  547. Part207.Locked = true
  548. Part207.Material = Enum.Material.Wood
  549. Part208.Name = "backspace"
  550. Part208.Parent = Folder185
  551. Part208.CFrame = h * CFrame.new(6.5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  552. Part208.Orientation = Vector3.new(0,orr-90,-22.5)
  553. Part208.Color = Color3.new(0.317647, 0, 0.309804)
  554. Part208.Transparency = 0
  555. Part208.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 1.79999995 * sizer)
  556. Part208.Anchored = true
  557. Part208.Locked = true
  558. Part208.Material = Enum.Material.Wood
  559. Part209.Name = "c"
  560. Part209.Parent = Folder185
  561. Part209.CFrame = h * CFrame.new(-2.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  562. Part209.Orientation = Vector3.new(0,orr-90,-22.5)
  563. Part209.Color = Color3.new(0.317647, 0, 0.309804)
  564. Part209.Transparency = 0
  565. Part209.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  566. Part209.Anchored = true
  567. Part209.Locked = true
  568. Part209.Material = Enum.Material.Wood
  569. Part210.Name = "caps"
  570. Part210.Parent = Folder185
  571. Part210.CFrame = h * CFrame.new(-6.65000296 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  572. Part210.Orientation = Vector3.new(0,orr-90,-22.5)
  573. Part210.Color = Color3.new(0.317647, 0, 0.309804)
  574. Part210.Transparency = 0
  575. Part210.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.50000024*sizer)
  576. Part210.Anchored = true
  577. Part210.Locked = true
  578. Part210.Material = Enum.Material.Wood
  579. Part211.Name = "d"
  580. Part211.Parent = Folder185
  581. Part211.CFrame = h * CFrame.new(-3.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  582. Part211.Orientation = Vector3.new(0,orr-90,-22.5)
  583. Part211.Color = Color3.new(0.317647, 0, 0.309804)
  584. Part211.Transparency = 0
  585. Part211.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  586. Part211.Anchored = true
  587. Part211.Locked = true
  588. Part211.Material = Enum.Material.Wood
  589. Part212.Name = "e"
  590. Part212.Parent = Folder185
  591. Part212.CFrame = h * CFrame.new(-3.50999951 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  592. Part212.Orientation = Vector3.new(0,orr-90,-22.5)
  593. Part212.Color = Color3.new(0.317647, 0, 0.309804)
  594. Part212.Transparency = 0
  595. Part212.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  596. Part212.Anchored = true
  597. Part212.Locked = true
  598. Part212.Material = Enum.Material.Wood
  599. Part213.Name = "enter"
  600. Part213.Parent = Folder185
  601. Part213.CFrame = h * CFrame.new(6.34999657 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  602. Part213.Orientation = Vector3.new(0,orr-90,-22.5)
  603. Part213.Color = Color3.new(0.317647, 0, 0.309804)
  604. Part213.Transparency = 0
  605. Part213.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.09999967 * sizer)
  606. Part213.Anchored = true
  607. Part213.Locked = true
  608. Part213.Material = Enum.Material.Wood
  609. Part214.Name = "f"
  610. Part214.Parent = Folder185
  611. Part214.CFrame = h * CFrame.new(-2.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  612. Part214.Orientation = Vector3.new(0,orr-90,-22.5)
  613. Part214.Color = Color3.new(0.317647, 0, 0.309804)
  614. Part214.Transparency = 0
  615. Part214.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  616. Part214.Anchored = true
  617. Part214.Locked = true
  618. Part214.Material = Enum.Material.Wood
  619. Part215.Name = "g"
  620. Part215.Parent = Folder185
  621. Part215.CFrame = h * CFrame.new(-1.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  622. Part215.Orientation = Vector3.new(0,orr-90,-22.5)
  623. Part215.Color = Color3.new(0.317647, 0, 0.309804)
  624. Part215.Transparency = 0
  625. Part215.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  626. Part215.Anchored = true
  627. Part215.Locked = true
  628. Part215.Material = Enum.Material.Wood
  629. Part216.Name = "h"
  630. Part216.Parent = Folder185
  631. Part216.CFrame = h * CFrame.new(-0.320000112 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  632. Part216.Orientation = Vector3.new(0,orr-90,-22.5)
  633. Part216.Color = Color3.new(0.317647, 0, 0.309804)
  634. Part216.Transparency = 0
  635. Part216.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  636. Part216.Anchored = true
  637. Part216.Locked = true
  638. Part216.Material = Enum.Material.Wood
  639. Part217.Name = "i"
  640. Part217.Parent = Folder185
  641. Part217.CFrame = h * CFrame.new(1.49000037 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  642. Part217.Orientation = Vector3.new(0,orr-90,-22.5)
  643. Part217.Color = Color3.new(0.317647, 0, 0.309804)
  644. Part217.Transparency = 0
  645. Part217.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  646. Part217.Anchored = true
  647. Part217.Locked = true
  648. Part217.Material = Enum.Material.Wood
  649. Part218.Name = "j"
  650. Part218.Parent = Folder185
  651. Part218.CFrame = h * CFrame.new(0.680000305 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  652. Part218.Orientation = Vector3.new(0,orr-90,-22.5)
  653. Part218.Color = Color3.new(0.317647, 0, 0.309804)
  654. Part218.Transparency = 0
  655. Part218.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  656. Part218.Anchored = true
  657. Part218.Locked = true
  658. Part218.Material = Enum.Material.Wood
  659. Part219.Name = "k"
  660. Part219.Parent = Folder185
  661. Part219.CFrame = h * CFrame.new(1.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  662. Part219.Orientation = Vector3.new(0,orr-90,-22.5)
  663. Part219.Color = Color3.new(0.317647, 0, 0.309804)
  664. Part219.Transparency = 0
  665. Part219.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  666. Part219.Anchored = true
  667. Part219.Locked = true
  668. Part219.Material = Enum.Material.Wood
  669. Part220.Name = "l"
  670. Part220.Parent = Folder185
  671. Part220.CFrame = h * CFrame.new(2.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  672. Part220.Orientation = Vector3.new(0,orr-90,-22.5)
  673. Part220.Color = Color3.new(0.317647, 0, 0.309804)
  674. Part220.Transparency = 0
  675. Part220.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  676. Part220.Anchored = true
  677. Part220.Locked = true
  678. Part220.Material = Enum.Material.Wood
  679. Part221.Name = "leftalt"
  680. Part221.Parent = Folder185
  681. Part221.CFrame = h * CFrame.new(-3.53000689 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  682. Part221.Orientation = Vector3.new(0,orr-90,-22.5)
  683. Part221.Color = Color3.new(0.317647, 0, 0.309804)
  684. Part221.Transparency = 0
  685. Part221.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
  686. Part221.Anchored = true
  687. Part221.Locked = true
  688. Part221.Material = Enum.Material.Wood
  689. Part222.Name = "leftctrl"
  690. Part222.Parent = Folder185
  691. Part222.CFrame = h * CFrame.new(-6.72000408 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  692. Part222.Orientation = Vector3.new(0,orr-90,-22.5)
  693. Part222.Color = Color3.new(0.317647, 0, 0.309804)
  694. Part222.Transparency = 0
  695. Part222.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
  696. Part222.Anchored = true
  697. Part222.Locked = true
  698. Part222.Material = Enum.Material.Wood
  699. Part223.Name = "leftshift"
  700. Part223.Parent = Folder185
  701. Part223.CFrame = h * CFrame.new(-6.34499645 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  702. Part223.Orientation = Vector3.new(0,orr-90,-22.5)
  703. Part223.Color = Color3.new(0.317647, 0, 0.309804)
  704. Part223.Transparency = 0
  705. Part223.Size = Vector3.new(0.799999952*sizer, 1*sizer, 2.10999966*sizer)
  706. Part223.Anchored = true
  707. Part223.Locked = true
  708. Part223.Material = Enum.Material.Wood
  709. Part224.Name = "leftwindows"
  710. Part224.Parent = Folder185
  711. Part224.CFrame = h * CFrame.new(-5.14000797 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  712. Part224.Orientation = Vector3.new(0,orr-90,-22.5)
  713. Part224.Color = Color3.new(0.317647, 0, 0.309804)
  714. Part224.Transparency = 0
  715. Part224.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
  716. Part224.Anchored = true
  717. Part224.Locked = true
  718. Part224.Material = Enum.Material.Wood
  719. Part225.Name = "m"
  720. Part225.Parent = Folder185
  721. Part225.CFrame = h * CFrame.new(1.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  722. Part225.Orientation = Vector3.new(0,orr-90,-22.5)
  723. Part225.Color = Color3.new(0.317647, 0, 0.309804)
  724. Part225.Transparency = 0
  725. Part225.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  726. Part225.Anchored = true
  727. Part225.Locked = true
  728. Part225.Material = Enum.Material.Wood
  729. Part226.Name = "n"
  730. Part226.Parent = Folder185
  731. Part226.CFrame = h * CFrame.new(0.340000004 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  732. Part226.Orientation = Vector3.new(0,orr-90,-22.5)
  733. Part226.Color = Color3.new(0.317647, 0, 0.309804)
  734. Part226.Transparency = 0
  735. Part226.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  736. Part226.Anchored = true
  737. Part226.Locked = true
  738. Part226.Material = Enum.Material.Wood
  739. Part227.Name = "o"
  740. Part227.Parent = Folder185
  741. Part227.CFrame = h * CFrame.new(2.49000049 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  742. Part227.Orientation = Vector3.new(0,orr-90,-22.5)
  743. Part227.Color = Color3.new(0.317647, 0, 0.309804)
  744. Part227.Transparency = 0
  745. Part227.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  746. Part227.Anchored = true
  747. Part227.Locked = true
  748. Part227.Material = Enum.Material.Wood
  749. Part228.Name = "p"
  750. Part228.Parent = Folder185
  751. Part228.CFrame = h * CFrame.new(3.49000049 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  752. Part228.Orientation = Vector3.new(0,orr-90,-22.5)
  753. Part228.Color = Color3.new(0.317647, 0, 0.309804)
  754. Part228.Transparency = 0
  755. Part228.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  756. Part228.Anchored = true
  757. Part228.Locked = true
  758. Part228.Material = Enum.Material.Wood
  759. Part229.Name = "q"
  760. Part229.Parent = Folder185
  761. Part229.CFrame = h * CFrame.new(-5.51000166 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  762. Part229.Orientation = Vector3.new(0,orr-90,-22.5)
  763. Part229.Color = Color3.new(0.317647, 0, 0.309804)
  764. Part229.Transparency = 0
  765. Part229.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  766. Part229.Anchored = true
  767. Part229.Locked = true
  768. Part229.Material = Enum.Material.Wood
  769. Part230.Name = "r"
  770. Part230.Parent = Folder185
  771. Part230.CFrame = h * CFrame.new(-2.50999951 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  772. Part230.Orientation = Vector3.new(0,orr-90,-22.5)
  773. Part230.Color = Color3.new(0.317647, 0, 0.309804)
  774. Part230.Transparency = 0
  775. Part230.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  776. Part230.Anchored = true
  777. Part230.Locked = true
  778. Part230.Material = Enum.Material.Wood
  779. Part231.Name = "rightalt"
  780. Part231.Parent = Folder185
  781. Part231.CFrame = h * CFrame.new(3.48999453 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  782. Part231.Orientation = Vector3.new(0,orr-90,-22.5)
  783. Part231.Color = Color3.new(0.317647, 0, 0.309804)
  784. Part231.Transparency = 0
  785. Part231.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
  786. Part231.Anchored = true
  787. Part231.Locked = true
  788. Part231.Material = Enum.Material.Wood
  789. Part232.Name = "rightctrl"
  790. Part232.Parent = Folder185
  791. Part232.CFrame = h * CFrame.new(6.72000504 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  792. Part232.Orientation = Vector3.new(0,orr-90,-22.5)
  793. Part232.Color = Color3.new(0.317647, 0, 0.309804)
  794. Part232.Transparency = 0
  795. Part232.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
  796. Part232.Anchored = true
  797. Part232.Locked = true
  798. Part232.Material = Enum.Material.Wood
  799. Part233.Name = "rightshift"
  800. Part233.Parent = Folder185
  801. Part233.CFrame = h * CFrame.new(6.18000317 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  802. Part233.Orientation = Vector3.new(0,orr-90,-22.5)
  803. Part233.Color = Color3.new(0.317647, 0, 0.309804)
  804. Part233.Transparency = 0
  805. Part233.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.4400003 * sizer)
  806. Part233.Anchored = true
  807. Part233.Locked = true
  808. Part233.Material = Enum.Material.Wood
  809. Part234.Name = "rightwindows"
  810. Part234.Parent = Folder185
  811. Part234.CFrame = h * CFrame.new(5.11999607 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  812. Part234.Orientation = Vector3.new(0,orr-90,-22.5)
  813. Part234.Color = Color3.new(0.317647, 0, 0.309804)
  814. Part234.Transparency = 0
  815. Part234.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
  816. Part234.Anchored = true
  817. Part234.Locked = true
  818. Part234.Material = Enum.Material.Wood
  819. Part235.Name = "s"
  820. Part235.Parent = Folder185
  821. Part235.CFrame = h * CFrame.new(-4.3200016 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
  822. Part235.Orientation = Vector3.new(0,orr-90,-22.5)
  823. Part235.Color = Color3.new(0.317647, 0, 0.309804)
  824. Part235.Transparency = 0
  825. Part235.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  826. Part235.Anchored = true
  827. Part235.Locked = true
  828. Part235.Material = Enum.Material.Wood
  829. Part236.Name = "space"
  830. Part236.Parent = Folder185
  831. Part236.CFrame = h * CFrame.new(-0.0299955606 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
  832. Part236.Orientation = Vector3.new(0,orr-90,-22.5)
  833. Part236.Color = Color3.new(0.317647, 0, 0.309804)
  834. Part236.Transparency = 0
  835. Part236.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 5.19999695 * sizer)
  836. Part236.Anchored = true
  837. Part236.Locked = true
  838. Part236.Material = Enum.Material.Wood
  839. Part237.Name = "t"
  840. Part237.Parent = Folder185
  841. Part237.CFrame = h * CFrame.new(-1.50999963 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  842. Part237.Orientation = Vector3.new(0,orr-90,-22.5)
  843. Part237.Color = Color3.new(0.317647, 0, 0.309804)
  844. Part237.Transparency = 0
  845. Part237.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  846. Part237.Anchored = true
  847. Part237.Locked = true
  848. Part237.Material = Enum.Material.Wood
  849. Part238.Name = "tab"
  850. Part238.Parent = Folder185
  851. Part238.CFrame = h * CFrame.new(-6.76500273 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  852. Part238.Orientation = Vector3.new(0,orr-90,-22.5)
  853. Part238.Color = Color3.new(0.317647, 0, 0.309804)
  854. Part238.Transparency = 0
  855. Part238.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.27000046 * sizer)
  856. Part238.Anchored = true
  857. Part238.Locked = true
  858. Part238.Material = Enum.Material.Wood
  859. Part239.Name = "u"
  860. Part239.Parent = Folder185
  861. Part239.CFrame = h * CFrame.new(0.490000308 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  862. Part239.Orientation = Vector3.new(0,orr-90,-22.5)
  863. Part239.Color = Color3.new(0.317647, 0, 0.309804)
  864. Part239.Transparency = 0
  865. Part239.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  866. Part239.Anchored = true
  867. Part239.Locked = true
  868. Part239.Material = Enum.Material.Wood
  869. Part240.Name = "v"
  870. Part240.Parent = Folder185
  871. Part240.CFrame = h * CFrame.new(-1.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  872. Part240.Orientation = Vector3.new(0,orr-90,-22.5)
  873. Part240.Color = Color3.new(0.317647, 0, 0.309804)
  874. Part240.Transparency = 0
  875. Part240.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  876. Part240.Anchored = true
  877. Part240.Locked = true
  878. Part240.Material = Enum.Material.Wood
  879. Part241.Name = "w"
  880. Part241.Parent = Folder185
  881. Part241.CFrame = h * CFrame.new(-4.51000166 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  882. Part241.Orientation = Vector3.new(0,orr-90,-22.5)
  883. Part241.Color = Color3.new(0.317647, 0, 0.309804)
  884. Part241.Transparency = 0
  885. Part241.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  886. Part241.Anchored = true
  887. Part241.Locked = true
  888. Part241.Material = Enum.Material.Wood
  889. Part242.Name = "x"
  890. Part242.Parent = Folder185
  891. Part242.CFrame = h * CFrame.new(-3.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  892. Part242.Orientation = Vector3.new(0,orr-90,-22.5)
  893. Part242.Color = Color3.new(0.317647, 0, 0.309804)
  894. Part242.Transparency = 0
  895. Part242.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  896. Part242.Anchored = true
  897. Part242.Locked = true
  898. Part242.Material = Enum.Material.Wood
  899. Part243.Name = "y"
  900. Part243.Parent = Folder185
  901. Part243.CFrame = h * CFrame.new(-0.51000005 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
  902. Part243.Orientation = Vector3.new(0,orr-90,-22.5)
  903. Part243.Color = Color3.new(0.317647, 0, 0.309804)
  904. Part243.Transparency = 0
  905. Part243.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  906. Part243.Anchored = true
  907. Part243.Locked = true
  908. Part243.Material = Enum.Material.Wood
  909. Part244.Name = "z"
  910. Part244.Parent = Folder185
  911. Part244.CFrame = h * CFrame.new(-4.65999508 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
  912. Part244.Orientation = Vector3.new(0,orr-90,-22.5)
  913. Part244.Color = Color3.new(0.317647, 0, 0.309804)
  914. Part244.Transparency = 0
  915. Part244.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  916. Part244.Anchored = true
  917. Part244.Locked = true
  918. Part244.Material = Enum.Material.Wood
  919. Part245.Name = "`"
  920. Part245.Parent = Folder185
  921. Part245.CFrame = h * CFrame.new(-7 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
  922. Part245.Orientation = Vector3.new(0,orr-90,-22.5)
  923. Part245.Color = Color3.new(0.317647, 0, 0.309804)
  924. Part245.Transparency = 0
  925. Part245.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
  926. Part245.Anchored = true
  927. Part245.Locked = true
  928. Part245.Material = Enum.Material.Wood
  929. Part0.Name = "Screen"
  930. Part0.Parent = Folder185
  931. Part0.CFrame = h * CFrame.new(0, 0.267634004 * sizer, -9.12372303 * sizer)
  932. Part0.Orientation = Vector3.new(15, orr-180, 0)
  933. Part0.Color = Color3.new(0, 0, 0)
  934. Part0.Size = Vector3.new(15*sizer, 6.40000296*sizer, 0.539998651*sizer)
  935. Part0.Anchored = true
  936. Part0.Locked = true
  937. Part0.Material = Enum.Material.SmoothPlastic
  938. --
  939. local screen = Part0:Clone()
  940. screensize = screen.Size
  941. screenpos = screen.Position
  942. local model = Instance.new("Model")
  943. local p = Instance.new("Part", model)
  944. p.Size = Vector3.new(0.01, 0.01, 0.01)
  945. p.Position = screen.Position
  946. model.PrimaryPart = p
  947. screen.Parent = model
  948. local boxcf, boxsize = model:GetBoundingBox()
  949. local part = Instance.new("Part")
  950. part.Position = boxcf.p
  951. part.Size = boxsize
  952. local x1 = Part184.Position.X
  953. local y1 = Part184.Position.Y
  954. x2 = (part.Position.X - (part.Size.X / 2))
  955. y2 = (part.Position.Y - (part.Size.Y / 2))
  956. sum1 = math.abs(x1 - x2)
  957. sum2 = math.abs(y1 - y2)
  958. --
  959. SurfaceGui1.Parent = Part0
  960. SurfaceGui1.LightInfluence = 1
  961. SurfaceGui1.ClipsDescendants = true
  962. SurfaceGui1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  963. SurfaceGui1.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
  964. SurfaceGui1.PixelsPerStud = ((80/-sizer)*-5)/2
  965. SurfaceGui1.LightInfluence = 0
  966. TextBox2.Name = "1"
  967. TextBox2.Parent = SurfaceGui1
  968. TextBox2.Position = UDim2.new(0, 0, 1, 0)
  969. TextBox2.Size = UDim2.new(1, 0, 0.200000003, 0)
  970. TextBox2.AnchorPoint = Vector2.new(0, 1)
  971. TextBox2.BackgroundColor3 = Color3.new(0.937255, 0.00784314, 1)
  972. TextBox2.BackgroundTransparency = 0.60000002384186
  973. TextBox2.BorderSizePixel = 0
  974. TextBox2.Font = Enum.Font.SourceSans
  975. TextBox2.FontSize = Enum.FontSize.Size60
  976. TextBox2.Text = "> "
  977. TextBox2.TextColor3 = Color3.new(1, 1, 1)
  978. TextBox2.TextSize = textscale
  979. TextBox2.TextWrap = true
  980. TextBox2.TextWrapped = true
  981. TextBox2.TextXAlignment = Enum.TextXAlignment.Left
  982. TextBox3.Name = "2"
  983. TextBox3.Parent = SurfaceGui1
  984. TextBox3.Position = UDim2.new(0, 0, 0.800000012, 0)
  985. TextBox3.Size = UDim2.new(1, 0, 0.200000003, 0)
  986. TextBox3.AnchorPoint = Vector2.new(0, 1)
  987. TextBox3.BackgroundColor3 = Color3.new(0.937255, 0.00784314, 1)
  988. TextBox3.BackgroundTransparency = 0.69999998807907
  989. TextBox3.BorderSizePixel = 0
  990. TextBox3.Font = Enum.Font.SourceSans
  991. TextBox3.FontSize = Enum.FontSize.Size60
  992. TextBox3.Text = ""
  993. TextBox3.TextColor3 = Color3.new(1, 1, 1)
  994. TextBox3.TextSize = textscale
  995. TextBox3.TextWrap = true
  996. TextBox3.TextWrapped = true
  997. TextBox3.TextXAlignment = Enum.TextXAlignment.Left
  998. TextBox4.Name = "3"
  999. TextBox4.Parent = SurfaceGui1
  1000. TextBox4.Position = UDim2.new(0, 0, 0.600000024, 0)
  1001. TextBox4.Size = UDim2.new(1, 0, 0.200000003, 0)
  1002. TextBox4.AnchorPoint = Vector2.new(0, 1)
  1003. TextBox4.BackgroundColor3 = Color3.new(0.937255, 0.00784314, 1)
  1004. TextBox4.BackgroundTransparency = 0.80000001192093
  1005. TextBox4.BorderSizePixel = 0
  1006. TextBox4.Font = Enum.Font.SourceSans
  1007. TextBox4.FontSize = Enum.FontSize.Size60
  1008. TextBox4.Text = ""
  1009. TextBox4.TextColor3 = Color3.new(1, 1, 1)
  1010. TextBox4.TextSize = textscale
  1011. TextBox4.TextWrap = true
  1012. TextBox4.TextWrapped = true
  1013. TextBox4.TextXAlignment = Enum.TextXAlignment.Left
  1014. TextBox5.Name = "4"
  1015. TextBox5.Parent = SurfaceGui1
  1016. TextBox5.Position = UDim2.new(0, 0, 0.400000006, 0)
  1017. TextBox5.Size = UDim2.new(1, 0, 0.200000003, 0)
  1018. TextBox5.AnchorPoint = Vector2.new(0, 1)
  1019. TextBox5.BackgroundColor3 = Color3.new(0.937255, 0.00784314, 1)
  1020. TextBox5.BackgroundTransparency = 0.89999997615814
  1021. TextBox5.BorderSizePixel = 0
  1022. TextBox5.Font = Enum.Font.SourceSans
  1023. TextBox5.FontSize = Enum.FontSize.Size60
  1024. TextBox5.Text = ""
  1025. TextBox5.TextColor3 = Color3.new(1, 1, 1)
  1026. TextBox5.TextSize = textscale
  1027. TextBox5.TextWrap = true
  1028. TextBox5.TextWrapped = true
  1029. TextBox5.TextXAlignment = Enum.TextXAlignment.Left
  1030. TextBox6.Name = "5"
  1031. TextBox6.Parent = SurfaceGui1
  1032. TextBox6.Position = UDim2.new(0, 0, 0.200000003, 0)
  1033. TextBox6.Size = UDim2.new(1, 0, 0.200000003, 0)
  1034. TextBox6.AnchorPoint = Vector2.new(0, 1)
  1035. TextBox6.BackgroundColor3 = Color3.new(0.937255, 0.00784314, 1)
  1036. TextBox6.BackgroundTransparency = 1
  1037. TextBox6.BorderSizePixel = 0
  1038. TextBox6.Font = Enum.Font.SourceSans
  1039. TextBox6.FontSize = Enum.FontSize.Size60
  1040. TextBox6.Text = ""
  1041. TextBox6.TextColor3 = Color3.new(1, 1, 1)
  1042. TextBox6.TextSize = textscale
  1043. TextBox6.TextWrap = true
  1044. TextBox6.TextWrapped = true
  1045. TextBox6.TextXAlignment = Enum.TextXAlignment.Left
  1046. end
  1047.  
  1048. function charge(rol)
  1049. local bap = lh
  1050. if rol == "right" then bap = rh end
  1051. if bap:FindFirstChild("Charge") == nil then
  1052. local chargeparticle = Instance.new("ParticleEmitter",bap)
  1053. chargeparticle.Name = "Charge"
  1054. chargeparticle.Speed = NumberRange.new(40*size, 40*size)
  1055. chargeparticle.Color = ColorSequence.new(Color3.new(0.933333, 0, 1),Color3.new(0.933333, 0, 1))
  1056. chargeparticle.LightEmission = 1
  1057. chargeparticle.Texture = "rbxassetid://1280736246"
  1058. chargeparticle.Transparency = NumberSequence.new(0,0,0.72500002384186)
  1059. chargeparticle.Size = NumberSequence.new(0.6*size,0.6*size)
  1060. chargeparticle.Drag = 8
  1061. chargeparticle.EmissionDirection = Enum.NormalId.Back
  1062. chargeparticle.Lifetime = NumberRange.new(0.20000000298023, 0.40000000596046)
  1063. chargeparticle.LockedToPart = true
  1064. chargeparticle.Rate = 100
  1065. chargeparticle.SpreadAngle = Vector2.new(20, 20)
  1066. chargeparticle.VelocitySpread = 20
  1067. chargeparticle.Enabled = true
  1068. else
  1069. local chargeparticle = bap:FindFirstChild("Charge")
  1070. chargeparticle.Speed = NumberRange.new(20*size, 20*size)
  1071. chargeparticle.Size = NumberSequence.new(0.6*size,0.6*size)
  1072. chargeparticle.Enabled = true
  1073. end
  1074. if bap:FindFirstChild("chargsound") == nil then
  1075. local sound = Instance.new("Sound",bap)
  1076. sound.Name = "chargsound"
  1077. sound.Volume = 3
  1078. sound.SoundId = "rbxassetid://255679384"
  1079. sound.PlaybackSpeed = 0.67
  1080. sound.MaxDistance = 10000*size
  1081. sound.EmitterSize = 5*size
  1082. sound:Play()
  1083. else
  1084. local sound = bap:FindFirstChild("chargsound")
  1085. sound:Play()
  1086. end
  1087. end
  1088.  
  1089. function cloneArray(array)
  1090. local ar = {}
  1091. for i=1,#array do
  1092. table.insert(ar,array[i])
  1093. end
  1094. return ar
  1095. end
  1096.  
  1097. function weld(part1,part2)
  1098. if part1 ~= nil and part2 ~= nil then
  1099. local w = Instance.new("Weld")
  1100. w.Name = "fatweld"
  1101. w.Part0,w.Part1 = part1,part2
  1102. w.C0 = part1.CFrame:inverse()
  1103. w.C1 = part2.CFrame:inverse()
  1104. w.Parent = part1
  1105. end
  1106. end
  1107.  
  1108. function findPlayer(str,plr)
  1109. if string.lower(str) == "all" then
  1110. local tab = {}
  1111. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1112. table.insert(tab,v)
  1113. end
  1114. return tab
  1115. elseif string.lower(str) == "others" then
  1116. local tab = {}
  1117. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1118. if v ~= plr then
  1119. table.insert(tab,v)
  1120. end
  1121. end
  1122. return tab
  1123. elseif string.lower(str) == "noali" then
  1124. local tab = {}
  1125. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1126. if workspace:FindFirstChild(v.Name) == nil then
  1127. table.insert(tab,v)
  1128. end
  1129. end
  1130. return tab
  1131. elseif string.lower(str) == "ali" then
  1132. local tab = {}
  1133. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1134. if workspace:FindFirstChild(v.Name) ~= nil then
  1135. table.insert(tab,v)
  1136. end
  1137. end
  1138. return tab
  1139. else
  1140. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1141. local nam = string.sub(string.lower(v.Name),1,#str)
  1142. if nam == string.lower(str) then
  1143. return {v}
  1144. end
  1145. end
  1146. end
  1147. return nil
  1148. end
  1149.  
  1150. function notify(plr,strn,ans1,ans2)
  1151. local Notify = Instance.new("ScreenGui")
  1152. local Frame = Instance.new("Frame")
  1153. local Sound = Instance.new("Sound")
  1154. local Top = Instance.new("TextLabel")
  1155. local TextButton = Instance.new("TextButton")
  1156. local Question = Instance.new("TextLabel")
  1157. local AnswerGreen = Instance.new("Frame")
  1158. local Ans = Instance.new("TextButton")
  1159. local AnswerGrey = Instance.new("Frame")
  1160. local Ans_2 = Instance.new("TextButton")
  1161. local AnswerRed = Instance.new("Frame")
  1162. local Ans_3 = Instance.new("TextButton")
  1163.  
  1164. -- Properties
  1165.  
  1166. Notify.Name = "Notify"
  1167. Notify.Parent = plr.PlayerGui
  1168. Notify.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1169.  
  1170. Frame.Parent = Notify
  1171. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  1172. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1173. Frame.BackgroundTransparency = 0.5
  1174. Frame.Position = UDim2.new(-0.200000003, 0, 0.5, 0)
  1175. Frame.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  1176.  
  1177. Sound.Parent = Frame
  1178. Sound.SoundId = "rbxassetid://1029495337"
  1179. Sound.Volume = 4
  1180. Sound.Pitch = 2
  1181.  
  1182. Top.Name = "Top"
  1183. Top.Parent = Frame
  1184. Top.BackgroundColor3 = Color3.new(0, 0, 0)
  1185. Top.BackgroundTransparency = 0.5
  1186. Top.Size = UDim2.new(1, 0, 0.0799999982, 0)
  1187. Top.Font = Enum.Font.SourceSans
  1188. Top.Text = "Notification from Memo1332"
  1189. Top.TextColor3 = Color3.new(1, 1, 1)
  1190. Top.TextScaled = true
  1191. Top.TextSize = 14
  1192. Top.TextWrapped = true
  1193. Top.TextXAlignment = Enum.TextXAlignment.Left
  1194.  
  1195. TextButton.Parent = Top
  1196. TextButton.AnchorPoint = Vector2.new(1, 0)
  1197. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1198. TextButton.BackgroundTransparency = 1
  1199. TextButton.Position = UDim2.new(1, 0, 0, 0)
  1200. TextButton.Size = UDim2.new(1, 0, 1, 0)
  1201. TextButton.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1202. TextButton.Font = Enum.Font.SourceSans
  1203. TextButton.Text = "X"
  1204. TextButton.TextColor3 = Color3.new(1, 1, 1)
  1205. TextButton.TextScaled = true
  1206. TextButton.TextSize = 14
  1207. TextButton.TextWrapped = true
  1208.  
  1209. Question.Name = "Question"
  1210. Question.Parent = Frame
  1211. Question.BackgroundColor3 = Color3.new(1, 1, 1)
  1212. Question.BackgroundTransparency = 0.80000001192093
  1213. Question.Position = UDim2.new(0, 0, 0.0799999982, 0)
  1214. Question.Size = UDim2.new(1, 0, 0.319999993, 0)
  1215. Question.Font = Enum.Font.SourceSans
  1216. Question.Text = "Yoooooo are u there?"
  1217. Question.TextColor3 = Color3.new(1, 1, 1)
  1218. Question.TextScaled = true
  1219. Question.TextSize = 14
  1220. Question.TextWrapped = true
  1221. Question.TextXAlignment = Enum.TextXAlignment.Left
  1222. Question.TextYAlignment = Enum.TextYAlignment.Top
  1223.  
  1224. AnswerGreen.Name = "AnswerGreen"
  1225. AnswerGreen.Parent = Frame
  1226. AnswerGreen.BackgroundColor3 = Color3.new(0.00392157, 0.364706, 0)
  1227. AnswerGreen.BackgroundTransparency = 0.5
  1228. AnswerGreen.BorderSizePixel = 0
  1229. AnswerGreen.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  1230. AnswerGreen.Size = UDim2.new(0.25, 0, 0.224999994, 0)
  1231.  
  1232. Ans.Name = "Ans"
  1233. Ans.Parent = AnswerGreen
  1234. Ans.BackgroundColor3 = Color3.new(0.0156863, 1, 0)
  1235. Ans.BackgroundTransparency = 0.80000001192093
  1236. Ans.Size = UDim2.new(1, 0, 1, 0)
  1237. Ans.Font = Enum.Font.SourceSans
  1238. Ans.Text = "Yes"
  1239. Ans.TextColor3 = Color3.new(1, 1, 1)
  1240. Ans.TextScaled = true
  1241. Ans.TextSize = 14
  1242. Ans.TextWrapped = true
  1243.  
  1244. AnswerGrey.Name = "AnswerGrey"
  1245. AnswerGrey.Parent = Frame
  1246. AnswerGrey.AnchorPoint = Vector2.new(0.5, 0)
  1247. AnswerGrey.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1248. AnswerGrey.BackgroundTransparency = 0.5
  1249. AnswerGrey.BorderSizePixel = 0
  1250. AnswerGrey.Position = UDim2.new(0.5, 0, 0.600000024, 0)
  1251. AnswerGrey.Size = UDim2.new(0.25, 0, 0.224999994, 0)
  1252.  
  1253. Ans_2.Name = "Ans"
  1254. Ans_2.Parent = AnswerGrey
  1255. Ans_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1256. Ans_2.BackgroundTransparency = 0.80000001192093
  1257. Ans_2.Size = UDim2.new(1, 0, 1, 0)
  1258. Ans_2.Font = Enum.Font.SourceSans
  1259. Ans_2.Text = "Close"
  1260. Ans_2.TextColor3 = Color3.new(1, 1, 1)
  1261. Ans_2.TextScaled = true
  1262. Ans_2.TextSize = 14
  1263. Ans_2.TextWrapped = true
  1264.  
  1265. AnswerRed.Name = "AnswerRed"
  1266. AnswerRed.Parent = Frame
  1267. AnswerRed.AnchorPoint = Vector2.new(1, 0)
  1268. AnswerRed.BackgroundColor3 = Color3.new(0.364706, 0, 0)
  1269. AnswerRed.BackgroundTransparency = 0.5
  1270. AnswerRed.BorderSizePixel = 0
  1271. AnswerRed.Position = UDim2.new(0.899999976, 0, 0.600000024, 0)
  1272. AnswerRed.Size = UDim2.new(0.25, 0, 0.224999994, 0)
  1273.  
  1274. Ans_3.Name = "Ans"
  1275. Ans_3.Parent = AnswerRed
  1276. Ans_3.BackgroundColor3 = Color3.new(1, 0, 0)
  1277. Ans_3.BackgroundTransparency = 0.80000001192093
  1278. Ans_3.Size = UDim2.new(1, 0, 1, 0)
  1279. Ans_3.Font = Enum.Font.SourceSans
  1280. Ans_3.Text = "No"
  1281. Ans_3.TextColor3 = Color3.new(1, 1, 1)
  1282. Ans_3.TextScaled = true
  1283. Ans_3.TextSize = 14
  1284. Ans_3.TextWrapped = true
  1285.  
  1286. -- Scripts
  1287.  
  1288. Ans.Text = ans1
  1289. Ans_3.Text = ans2
  1290. Question.Text = strn
  1291. Top.Text = "Notification from "..tostring(owner)
  1292. Frame:TweenPosition(UDim2.new(0.5,0,0.5,0),Enum.EasingDirection.Out,Enum.EasingStyle.Back,0.5,true)
  1293. coroutine.resume(coroutine.create(function()
  1294. Sound:Play()
  1295. wait(.5)
  1296. Sound.Pitch = 3
  1297. Sound:Play()
  1298. end))
  1299. Ans.MouseButton1Down:Connect(function()
  1300. Notify:Destroy()
  1301. end)
  1302. Ans_2.MouseButton1Down:Connect(function()
  1303. Notify:Destroy()
  1304. end)
  1305. Ans_3.MouseButton1Down:Connect(function()
  1306. Notify:Destroy()
  1307. end)
  1308. TextButton.MouseButton1Down:Connect(function()
  1309. Notify:Destroy()
  1310. end)
  1311. end
  1312.  
  1313. function command(strin,plr)
  1314. if string.sub(string.lower(strin),1,6) == ";part/" then
  1315. local siz = size/5
  1316. local tab = string.split(string.sub(strin,7),"/")
  1317. local part = Instance.new("Part",workspace)
  1318. local surf = Instance.new("SurfaceGui",part)
  1319. local box = Instance.new("TextBox",surf)
  1320. surf.SizingMode = Enum.SurfaceGuiSizingMode.FixedSize
  1321. surf.CanvasSize = Vector2.new(400,400)
  1322. surf.LightInfluence = 0
  1323. surf.Face = Enum.NormalId.Back
  1324. box.Size = UDim2.new(1,0,1,0)
  1325. box.BackgroundTransparency = 1
  1326. box.TextScaled = true
  1327. box.TextColor3 = Color3.fromRGB(255,255,255)
  1328. box.Text = tab[1]
  1329. local base = currentkeyboard.base
  1330. part.Size = Vector3.new(5*siz,5*siz,1*siz)
  1331. part.CFrame = base.CFrame
  1332. part.Orientation = Vector3.new(0,base.Orientation.Y,0)
  1333. part.Position = part.Position + Vector3.new(0,6,0)
  1334. local r,g,b = tab[2],tab[3],tab[4]
  1335. if r ~= nil and g ~= nil and b ~= nil then
  1336. part.Color = Color3.fromRGB(r,g,b)
  1337. end
  1338. elseif string.sub(string.lower(strin),1,9) == ";respawn/" then
  1339. local tab = string.split(string.sub(strin,10),"/")
  1340. local tab2 = string.split(tab[1],",")
  1341. for i,v in pairs(tab2) do
  1342. local plr = findPlayer(v,plr)
  1343. if plr == nil then return end
  1344. for ii,vv in pairs(plr) do
  1345. vv:LoadCharacter()
  1346. end
  1347. end
  1348. elseif string.sub(string.lower(strin),1,6) == ";kill/" then
  1349. local tab = string.split(string.sub(strin,7),"/")
  1350. local tab2 = string.split(tab[1],",")
  1351. for i,v in pairs(tab2) do
  1352. local plr = findPlayer(v,plr)
  1353. if plr == nil then return end
  1354. for ii,vv in pairs(plr) do
  1355. vv.Character:BreakJoints()
  1356. end
  1357. end
  1358. elseif string.sub(string.lower(strin),1,4) == ";tp/" then
  1359. local tab = string.split(string.sub(strin,5),"/")
  1360. if tab[2] ~= nil then
  1361. local tab2 = string.split(tab[1],",")
  1362. local tab3 = string.split(tab[2],",")
  1363. for i,v in pairs(tab2) do
  1364. local plr = findPlayer(v,plr)
  1365. if plr == nil then return end
  1366. for ii,vv in pairs(plr) do
  1367. for iii,vvv in pairs(tab3) do
  1368. local plrr = findPlayer(vvv,plr)
  1369. if plrr == nil then return end
  1370. for iiii,vvvv in pairs(plrr) do
  1371. vv.Character.Head.CFrame = vvvv.Character.Head.CFrame
  1372. end
  1373. end
  1374. end
  1375. end
  1376. else
  1377. local tab2 = string.split(tab[1],",")
  1378. for i,v in pairs(tab2) do
  1379. local plr = findPlayer(v,plr)
  1380. if plr == nil then return end
  1381. for ii,vv in pairs(plr) do
  1382. vv.Character.Head.CFrame = lh.CFrame
  1383. end
  1384. end
  1385. end
  1386. elseif string.sub(string.lower(strin),1,14) == ";randomnumber/" then
  1387. local tab = string.split(string.sub(strin,15),"/")
  1388. data:FireClient(plr,"Feedback",{math.random(tab[1],tab[2])})
  1389. elseif string.sub(string.lower(strin),1,12) == ";trueorfalse" then
  1390. local ran = math.random(1,2)
  1391. if ran == 1 then
  1392. ran = "true"
  1393. else
  1394. ran = "false"
  1395. end
  1396. data:FireClient(plr,"Feedback",{ran})
  1397. elseif string.sub(string.lower(strin),1,10) == ";flipacoin" then
  1398. local ran = math.random(1,2)
  1399. if ran == 1 then
  1400. ran = "heads"
  1401. else
  1402. ran = "tails"
  1403. end
  1404. data:FireClient(plr,"Feedback",{ran})
  1405. elseif string.sub(string.lower(strin),1,7) == ";color/" then
  1406. local tab = string.split(string.sub(strin,8),"/")
  1407. local r,g,b = tab[1],tab[2],tab[3]
  1408. if r ~= nil and g ~= nil and b ~= nil then
  1409. he.Color = Color3.fromRGB(r,g,b)
  1410. end
  1411. elseif string.sub(string.lower(strin),1,8) == ";refresh" then
  1412. rh:Destroy()
  1413. lh:Destroy()
  1414. he:Destroy()
  1415. elseif string.sub(string.lower(strin),1,5) == ";cmds" then
  1416. local cmds = "COMMANDS:\n;part/, ;respawn/, ;kill/, ;randomnumber/, ;flipacoin/, ;color/, ;play/, ;pitch/, ;volume/, ;tp/, ;wpm/, ;drum/, ;notify/, ;c/, ;textsize/, ;codechallenge/"
  1417. data:FireClient(plr,"Feedback",{cmds})
  1418. elseif string.sub(string.lower(strin),1,4) == ";wpm" then
  1419. local sentences = {
  1420. "Once upon a time, a man thought he ate a pickle. But it was no pickle, it was actually a grape!",
  1421. "How much wood could a wood chuck chuck if a wood chuck could chuck wood?",
  1422. "Voidacity Script Builder is not a fighting game! It's technically a social game!",
  1423. 'The creator of this script once had a thought: "You know, lemonade is just soggy water".',
  1424. "People with this keyboard have an average WPM of 30! However, there's not much information on the average time taken for these tests.",
  1425. "The people who are watching you take this WPM test right now are all skinny.",
  1426. "Update log 1: (8/25/2020); I recently added haptic feedback to the keyboard to make it easier to tell when you've pressed a key!",
  1427. "for i,v in pairs(game.Workspace:GetChildren()) do v.Humanoid.MaxHealth = math.huge end",
  1428. [[1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./]],
  1429. "Tip: You can hold the ctrl key and press enter to drop a line!\nWhich will be the only way you'll complete this wpm! >:)",
  1430. "Tip: You can hold the alt key and press any number to be given a sound id, which is useful for the ;play command!",
  1431. "Tip: You can hold the ctrl key and press either w, e, r, or t to copy and paste an old message.",
  1432. "The creator of this script has a highscore of 18 seconds (for this message).",
  1433. "Yes, the creator of this script is in fact Memo1332. Please either believe it or don't and discontinue any questioning.",
  1434. [[You can now run code using the ;c/ command. For example, if you wanted to spawn a part you would type: ;c/Instance.new("Part",workspace)]],
  1435. "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  1436. }
  1437. local ran = math.random(1,#sentences)
  1438. data:FireClient(plr,"ReturnSentence",sentences[ran])
  1439. wait(.2)
  1440. for i=1,5 do
  1441. data:FireClient(plr,"Feedback",{tostring(5-i)})
  1442. wait(1)
  1443. end
  1444. data:FireClient(plr,"Feedback",{""})
  1445. wait()
  1446. data:FireClient(plr,"WPM Test")
  1447. elseif string.sub(string.lower(strin),1,14) == ";codechallenge" then
  1448. local challenges = {
  1449. "Make a part that shrinks in size the closer your Right Hand is to it. Your right hand's name is "..player.Name.."-RightHand and is located in workspace.",
  1450. "Give yourself a hat. Your head's name is "..player.Name.."-Head and is located in workspace.",
  1451. "Set all humanoid characters and their bodyparts in the workspace ablaze.",
  1452. "Make a part look at your head, no matter where you are. Your head's name is "..player.Name.."-Head and is located in workspace.",
  1453. "Make a part look like it's breathing",
  1454. "Make a part flash between two colors without using tween",
  1455. "Two parts were just created in workspace: Part1Red and Part1Green\nImagine these parts create an invisible box, where Part1Red is on the top right, while Part1Green is on the bottom left.\nCreate a new part that is colored blue, and is positioned on an opposing corner of the imaginary box.",
  1456. "Two parts were just created in workspace: Part2Red and Part2Green\nThey have the same y-axis, use pythagorean theorem to find the linear distance between these two parts.\nDo not use Magnitude.",
  1457. "Make a part look like it's having a seizure",
  1458. "Create a staircase of 4x4x4 parts. The staircase should end up being 7 blocks tall.",
  1459. "Create a message and parent it to workspace, make it display a random player's name followed by 'is fat', then delete it after 4 seconds",
  1460. "Force 2 people to play rock-paper-scissors without their consent.",
  1461. "Make a part which explodes when stepped on, but the explosion heals people.",
  1462. "Make a part that doesn't like people.",
  1463. "Make a part that slowly traverses towards your x and z coordinates. And once it reaches them, it explodes. (path finding service is not allowed)",
  1464. "Make a part that changes size depending on how long a player's message was.",
  1465. "Create a circle from various parts."
  1466. }
  1467. local ran = math.random(1,#challenges)
  1468. if ran == 7 then
  1469. local part1 = Instance.new("Part",workspace)
  1470. local part2 = Instance.new("Part",workspace)
  1471. part1.Anchored = true
  1472. part2.Anchored = true
  1473. part1.Name = "Part1Red"
  1474. part2.Name = "Part1Green"
  1475. part1.Size = Vector3.new(2,2,2)
  1476. part2.Size = Vector3.new(2,2,2)
  1477. part1.Material = Enum.Material.Neon
  1478. part2.Material = Enum.Material.Neon
  1479. part1.Color = Color3.fromRGB(255,0,0)
  1480. part2.Color = Color3.fromRGB(0,255,0)
  1481. part1.Position = currentkeyboard.base.Position + Vector3.new(-5*size,8*size,10*size)
  1482. part2.Position = currentkeyboard.base.Position + Vector3.new(5*size,4*size,5*size)
  1483. elseif ran == 8 then
  1484. local part1 = Instance.new("Part",workspace)
  1485. local part2 = Instance.new("Part",workspace)
  1486. part1.Anchored = true
  1487. part2.Anchored = true
  1488. part1.Name = "Part2Red"
  1489. part2.Name = "Part2Green"
  1490. part1.Size = Vector3.new(2,2,2)
  1491. part2.Size = Vector3.new(2,2,2)
  1492. part1.Material = Enum.Material.Neon
  1493. part2.Material = Enum.Material.Neon
  1494. part1.Color = Color3.fromRGB(255,0,0)
  1495. part2.Color = Color3.fromRGB(0,255,0)
  1496. part1.Position = currentkeyboard.base.Position + Vector3.new(-5*size,2*size,10*size)
  1497. part2.Position = currentkeyboard.base.Position + Vector3.new(5*size,2*size,5*size)
  1498. end
  1499. data:FireClient(plr,"Feedback",{challenges[ran]})
  1500. elseif string.sub(string.lower(strin),1,10) == ";textsize/" then
  1501. local tab = tonumber(string.sub(strin,11))
  1502. if tab ~= nil and tab ~= "" then
  1503. for i,v in pairs(currentkeyboard.Screen.SurfaceGui:GetChildren()) do
  1504. v.TextSize = tab
  1505. textscale = tab
  1506. end
  1507. else
  1508. for i,v in pairs(currentkeyboard.Screen.SurfaceGui:GetChildren()) do
  1509. v.TextSize = 60
  1510. textscale = 60
  1511. end
  1512. end
  1513. elseif string.sub(string.lower(strin),1,5) == ";drum" then
  1514. data:FireClient(plr,"Drum")
  1515. elseif string.sub(string.lower(strin),1,6) == ";play/" then
  1516. local tab = string.split(string.sub(strin,7),"/")
  1517. local tab2 = string.split(tab[1],",")
  1518. if #tab2 > 1 then
  1519. for i,v in pairs(tab2) do
  1520. local plr = findPlayer(v,plr)
  1521. if plr == nil then return end
  1522. for ii,vv in pairs(plr) do
  1523. local sound = vv.Character.Head:FindFirstChild("VRPlayedSound")
  1524. if sound == nil then
  1525. sound = Instance.new("Sound",vv.Character.Head)
  1526. sound.Name = "VRPlayedSound"
  1527. sound.Volume = 1.5
  1528. end
  1529. sound.SoundId = "rbxassetid://"..tab[2]
  1530. sound:Play()
  1531. end
  1532. end
  1533. else
  1534. local plr = findPlayer(tab2[1])
  1535. if plr ~= nil then
  1536. for i,v in pairs(plr) do
  1537. local sound = v.Character.Head:FindFirstChild("VRPlayedSound")
  1538. if sound == nil then
  1539. sound = Instance.new("Sound",v.Character.Head)
  1540. sound.Name = "VRPlayedSound"
  1541. sound.Volume = 1.5
  1542. end
  1543. sound.SoundId = "rbxassetid://"..tab[2]
  1544. sound:Play()
  1545. end
  1546. else
  1547. local sound = currentkeyboard.Screen:FindFirstChild("VRPlayedSound")
  1548. if sound == nil then
  1549. sound = Instance.new("Sound",currentkeyboard.Screen)
  1550. sound.Name = "VRPlayedSound"
  1551. sound.Volume = 1.5
  1552. end
  1553. sound.SoundId = "rbxassetid://"..tab[1]
  1554. sound:Play()
  1555. end
  1556. end
  1557. elseif string.sub(string.lower(strin),1,7) == ";pitch/" then
  1558. local tab = string.split(string.sub(strin,8),"/")
  1559. local tab2 = string.split(tab[1],",")
  1560. if #tab2 > 1 then
  1561. for i,v in pairs(tab2) do
  1562. local plr = findPlayer(v,plr)
  1563. if plr == nil then return end
  1564. for ii,vv in pairs(plr) do
  1565. local sound = vv.Character.Head:FindFirstChild("VRPlayedSound")
  1566. if sound ~= nil then
  1567. sound.Pitch = tab[2]
  1568. end
  1569. end
  1570. end
  1571. else
  1572. local plr = findPlayer(tab2[1])
  1573. if plr ~= nil then
  1574. for i,v in pairs(plr) do
  1575. local sound = v.Character.Head:FindFirstChild("VRPlayedSound")
  1576. if sound ~= nil then
  1577. sound.Pitch = tab[2]
  1578. end
  1579. end
  1580. else
  1581. local sound = currentkeyboard.Screen:FindFirstChild("VRPlayedSound")
  1582. if sound ~= nil then
  1583. sound.Pitch = tab[1]
  1584. end
  1585. end
  1586. end
  1587. elseif string.sub(string.lower(strin),1,8) == ";volume/" then
  1588. local tab = string.split(string.sub(strin,9),"/")
  1589. local tab2 = string.split(tab[1],",")
  1590. if #tab2 > 1 then
  1591. for i,v in pairs(tab2) do
  1592. local plr = findPlayer(v,plr)
  1593. if plr == nil then return end
  1594. for ii,vv in pairs(plr) do
  1595. local sound = vv.Character.Head:FindFirstChild("VRPlayedSound")
  1596. if sound ~= nil then
  1597. sound.Volume = tab[2]
  1598. end
  1599. end
  1600. end
  1601. else
  1602. local plr = findPlayer(tab2[1])
  1603. if plr ~= nil then
  1604. for i,v in pairs(plr) do
  1605. local sound = v.Character.Head:FindFirstChild("VRPlayedSound")
  1606. if sound ~= nil then
  1607. sound.Volume = tab[2]
  1608. end
  1609. end
  1610. else
  1611. local sound = currentkeyboard.Screen:FindFirstChild("VRPlayedSound")
  1612. if sound ~= nil then
  1613. sound.Volume = tab[1]
  1614. end
  1615. end
  1616. end
  1617. elseif string.sub(string.lower(strin),1,7) == ";8ball/" then
  1618. local question = string.sub(strin,8)
  1619. if question ~= nil and question ~= "" then
  1620. local answers = {
  1621. "It is certain.",
  1622. "It is decidedly so.",
  1623. "Without a doubt.",
  1624. "Yes – definitely.",
  1625. "You may rely on it.",
  1626. "As I see it, yes.",
  1627. "Most likely.",
  1628. "Outlook good.",
  1629. "Yes.",
  1630. "Signs point to yes",
  1631. "Your microphone lagged out, ask again.",
  1632. "Ask again later.",
  1633. "Better not tell you now.",
  1634. "Cannot predict now.",
  1635. "Concentrate and ask again.",
  1636. "Don't count on it.",
  1637. "My reply is no.",
  1638. "My sources say no.",
  1639. "Outlook is not so good.",
  1640. "Very doubtful."
  1641. }
  1642. local ran = math.random(1,#answers)
  1643. data:FireClient(plr,"Feedback",{answers[ran]})
  1644. else
  1645. data:FireClient(plr,"Feedback",{"You must ask me a question."})
  1646. end
  1647. elseif string.sub(string.lower(strin),1,6) == ";size/" then
  1648. local bup = tonumber(string.sub(strin,7))
  1649. if bup ~= nil then
  1650. local screen = currentkeyboard.Screen
  1651. screen.Size = screensize * Vector3.new(bup,bup,bup)
  1652. screen.Position = Vector3.new(currentkeyboard.base.Position.X + (sum1*bup), currentkeyboard.base.Position.Y + (sum2*bup), screen.Position.Z)
  1653. else
  1654. data:FireClient(plr,"Feedback",{'"'..string.sub(strin,7)..[[" isn't a valid number.]]})
  1655. end
  1656. elseif string.sub(string.lower(strin),1,8) == ";notify/" then
  1657. local tab = string.split(string.sub(strin,9),"/")
  1658. local message = tab[2]
  1659. local ans1 = tab[3]
  1660. local ans2 = tab[4]
  1661. local tab2 = string.split(tab[1],",")
  1662. for i,v in pairs(tab2) do
  1663. local plr = findPlayer(v,plr)
  1664. if plr == nil then return end
  1665. for ii,vv in pairs(plr) do
  1666. if vv ~= nil and message ~= nil then
  1667. if ans1 ~= nil then
  1668. notify(vv,message,ans1,ans2)
  1669. else
  1670. notify(vv,message,"Yes","No")
  1671. end
  1672. end
  1673. end
  1674. end
  1675. elseif string.sub(string.lower(strin),1,3) == ";c/" then
  1676. coroutine.resume(coroutine.create(function()
  1677. loadstring(string.sub(strin,4))()
  1678. end))
  1679. end
  1680. end
  1681.  
  1682. function shoot(rol,cf)
  1683. coroutine.resume(coroutine.create(function()
  1684. local bap = lh
  1685. local size = size
  1686. if rol == "right" then bap = rh end
  1687. if bap:FindFirstChild("chargsound") ~= nil then
  1688. bap:FindFirstChild("chargsound").Playing = false
  1689. end
  1690. if bap:FindFirstChild("Charge") ~= nil then
  1691. bap:FindFirstChild("Charge").Enabled = false
  1692. end
  1693.  
  1694. local part1 = bap
  1695. local part2 = Instance.new("Part",workspace)
  1696. local k = g:Clone()
  1697. k.Size = Vector3.new((4.5*size)/5, (4.5*size)/5, (9*size)/5)
  1698. local kk = Instance.new("BodyGyro",k)
  1699. local f = e:Clone()
  1700. f.Size = Vector3.new((17.65*size)/4,(17.65*size)/4,(17.65*size)/4)
  1701. local ff = e:Clone()
  1702. ff.Size = Vector3.new((17.65*size)/4,(17.65*size)/4,(17.65*size)/4)
  1703. local kek = false
  1704. part2.Transparency = 1
  1705. part2.CanCollide = false
  1706. part2.Anchored = true
  1707. part2.Size = Vector3.new(0.25,0.25,0.25)
  1708. part2.CFrame = cf * CFrame.new(0,0,-3*40)
  1709. k.bonk.Size = NumberSequence.new((2*size)/5,(2*size)/5)
  1710. k.bonk.Speed = NumberRange.new((100*size)/5,(100*size)/5)
  1711.  
  1712. local vec3 = part2.Position - cf.p
  1713.  
  1714. local bod = Instance.new("BodyVelocity",k)
  1715. bod.MaxForce = Vector3.new(1000000*size,1000000*size,1000000*size)
  1716. bod.Velocity = vec3 * Vector3.new(size/4,size/4,size/4)
  1717. k.CFrame = cf * CFrame.new(0,0,-1*size)
  1718. kk.MaxTorque = Vector3.new(40000000, 40000000, 40000000)
  1719. kk.cframe = k.CFrame
  1720. k.Parent = workspace
  1721.  
  1722. if bap:FindFirstChild("Shoot") == nil then
  1723. local soun = Instance.new("Sound",bap)
  1724. soun.SoundId = "rbxassetid://743499393"
  1725. soun.Volume = 3
  1726. soun.EmitterSize = (10/5)*size
  1727. soun.MaxDistance = 10000*size
  1728. soun.PlaybackSpeed = 0.76
  1729. soun:Play()
  1730. else
  1731. bap:FindFirstChild("Shoot").EmitterSize = (10/5)*size
  1732. bap:FindFirstChild("Shoot").MaxDistance = 10000*size
  1733. bap:FindFirstChild("Shoot"):Play()
  1734. end
  1735.  
  1736. k.Touched:Connect(function(e)
  1737. if e.Name ~= bap.Name and e.ClassName == "Part" and e.CanCollide == true then
  1738. kek = true
  1739. end
  1740. end)
  1741.  
  1742. repeat wait(.1) until kek == true
  1743.  
  1744. k.Anchored = true
  1745. k.Transparency = 1
  1746. k.CanCollide = false
  1747. k.bonk.Enabled = false
  1748.  
  1749. local soun = Instance.new("Sound",k)
  1750. soun.SoundId = "rbxassetid://440145223"
  1751. soun.Volume = 3
  1752. soun.PlaybackSpeed = 0.76
  1753. soun.MaxDistance = 10000*size
  1754. soun.EmitterSize = 10*size
  1755. soun:Play()
  1756.  
  1757. f.Position = k.Position
  1758. ff.Color = Color3.new(1,1,1)
  1759. ff.Size = ff.Size / Vector3.new(1.5,1.5,1.5)
  1760. ff.Position = f.Position
  1761.  
  1762. local exp = Instance.new("Explosion",workspace)
  1763. exp.Position = k.Position
  1764. exp.DestroyJointRadiusPercent = 0
  1765. exp.BlastRadius = (14*size)/3
  1766. exp.Visible = false
  1767.  
  1768. exp.Hit:Connect(function(part,dis)
  1769. if part.Parent:FindFirstChildOfClass("Humanoid") and part.Parent:FindFirstChildOfClass("UpperTorso") == nil then
  1770. part.Parent:FindFirstChildOfClass("Humanoid").Health = part.Parent:FindFirstChildOfClass("Humanoid").Health - 7
  1771. elseif part.Parent:FindFirstChildOfClass("Humanoid") ~= nil and part.Parent:FindFirstChildOfClass("UpperTorso") ~= nil then
  1772. part.Parent:FindFirstChildOfClass("Humanoid").Health = part.Parent:FindFirstChildOfClass("Humanoid").Health - 1
  1773. end
  1774. end)
  1775.  
  1776. coroutine.resume(coroutine.create(function()
  1777. f.Parent = workspace
  1778. ff.Parent = workspace
  1779. f.Transparency = 0.5
  1780. ff.Transparency = 0.5
  1781. for i=1,40 do
  1782. wait()
  1783. f.Transparency = f.Transparency + 0.0125
  1784. f.Size = f.Size + Vector3.new((0.6*size)/4,(0.6*size)/4,(0.6*size)/4)
  1785. ff.Transparency = ff.Transparency + 0.0125
  1786. ff.Size = ff.Size + Vector3.new((0.6*size)/4,(0.6*size)/4,(0.6*size)/4)
  1787. end
  1788.  
  1789. wait(.25)
  1790.  
  1791. f:Destroy()
  1792. ff:Destroy()
  1793. k:Destroy()
  1794. part2:Destroy()
  1795. end))
  1796. end))
  1797. end
  1798. local lastmode = 0
  1799. function changeMode()
  1800. if modr == 0 then
  1801. lh.Color = Color3.fromRGB(255,100,255)
  1802. rh.Color = Color3.fromRGB(255,100,255)
  1803. elseif modr == 1 then
  1804. lh.Anchored = false
  1805. rh.Anchored = false
  1806. lh.Color = Color3.fromRGB(100,100,255)
  1807. rh.Color = Color3.fromRGB(100,100,255)
  1808. elseif modr == 2 then
  1809. lh.Color = Color3.fromRGB(255,100,100)
  1810. rh.Color = Color3.fromRGB(255,100,100)
  1811. touch(lh)
  1812. touch(rh)
  1813. elseif modr == 3 then
  1814. lh.Color = Color3.fromRGB(100,255,100)
  1815. rh.Color = Color3.fromRGB(100,255,100)
  1816. elseif modr == 4 then
  1817. lh.Color = Color3.fromRGB(0,255,178)
  1818. rh.Color = Color3.fromRGB(0,255,178)
  1819. elseif modr == 5 then
  1820. lh.Color = Color3.fromRGB(100,100,100)
  1821. rh.Color = Color3.fromRGB(100,100,100)
  1822. elseif modr == 6 then
  1823. lh.Color = Color3.fromRGB(255,255,100)
  1824. rh.Color = Color3.fromRGB(255,255,100)
  1825. lh.CanCollide = false
  1826. rh.CanCollide = false
  1827. he.CanCollide = false
  1828. elseif modr == 7 then
  1829. lh.Color = Color3.fromRGB(100,255,255)
  1830. rh.Color = Color3.fromRGB(100,255,255)
  1831. lh.Transparency = 1
  1832. rh.Transparency = 1
  1833. he.Transparency = 1
  1834. face.Transparency = 1
  1835. Namedg.Enabled = false
  1836. elseif modr == 8 then
  1837. lh.Color = Color3.fromRGB(255,255,255)
  1838. rh.Color = Color3.fromRGB(255,255,255)
  1839. elseif modr == 9 then
  1840. lh.Color = Color3.fromRGB(173, 59, 93)
  1841. rh.Color = Color3.fromRGB(173, 59, 93)
  1842. createButton()
  1843. elseif modr == 10 then
  1844. lh.Color = Color3.fromRGB(175, 0, 255)
  1845. rh.Color = Color3.fromRGB(175, 0, 255)
  1846. end
  1847. -- deactivation stuff
  1848. if modr ~= 1 then
  1849. local lh1 = lh:FindFirstChild("BodyPosition")
  1850. local lh2 = lh:FindFirstChild("BodyGyro")
  1851. local rh1 = rh:FindFirstChild("BodyPosition")
  1852. local rh2 = rh:FindFirstChild("BodyGyro")
  1853. if lh1 ~= nil then
  1854. lh1:Destroy()
  1855. end
  1856. if lh2 ~= nil then
  1857. lh2:Destroy()
  1858. end
  1859. if rh1 ~= nil then
  1860. rh1:Destroy()
  1861. end
  1862. if rh2 ~= nil then
  1863. rh2:Destroy()
  1864. end
  1865. lh.Anchored = true
  1866. rh.Anchored = true
  1867. wait()
  1868. lh.Velocity = Vector3.new(0,0,0)
  1869. rh.Velocity = Vector3.new(0,0,0)
  1870. lh.RotVelocity = Vector3.new(0,0,0)
  1871. rh.RotVelocity = Vector3.new(0,0,0)
  1872. end
  1873. if modr ~= 6 then
  1874. lh.CanCollide = true
  1875. rh.CanCollide = true
  1876. he.CanCollide = true
  1877. end
  1878. if modr ~= 7 then
  1879. lh.Transparency = 0
  1880. rh.Transparency = 0
  1881. he.Transparency = 0
  1882. face.Transparency = 0
  1883. Namedg.Enabled = true
  1884. end
  1885. if lastmode == 9 then
  1886. destroyButton()
  1887. end
  1888. lastmode = modr
  1889. end
  1890.  
  1891. data.OnServerEvent:Connect(function(plr,mode,dat)
  1892. if plr.Name == player.Name then
  1893. if mode == "start" then
  1894. size = dat
  1895. lh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
  1896. rh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
  1897. he.Size = Vector3.new(0.6,0.6,0.6) * Vector3.new(size,size,size)
  1898. Namedg.Size = UDim2.new(2*size, 0, 1*size, 0)
  1899. Namedg.StudsOffset = Vector3.new(0, 1.2*size, 0)
  1900. elseif mode == "update" then
  1901. local lefthand = dat[1]
  1902. local righthand = dat[2]
  1903. local head = dat[3]
  1904. size = dat[4]
  1905. he.CFrame = he.CFrame:lerp(head,0.5)
  1906. if modr ~= 1 then
  1907. lh.CFrame = lh.CFrame:lerp(lefthand,0.5)
  1908. rh.CFrame = rh.CFrame:lerp(righthand,0.5)
  1909. elseif modr == 1 then
  1910. local lh1 = lh:FindFirstChild("BodyPosition")
  1911. local lh2 = lh:FindFirstChild("BodyGyro")
  1912. local rh1 = rh:FindFirstChild("BodyPosition")
  1913. local rh2 = rh:FindFirstChild("BodyGyro")
  1914. if lh1 ~= nil and lh2 ~= nil and rh1 ~= nil and rh2 ~= nil then
  1915. lh1.Position = lefthand.p
  1916. lh2.CFrame = lefthand
  1917. rh1.Position = righthand.p
  1918. rh2.CFrame = righthand
  1919. else
  1920. if lh1 ~= nil then
  1921. lh1:Destroy()
  1922. end
  1923. if lh2 ~= nil then
  1924. lh2:Destroy()
  1925. end
  1926. if rh1 ~= nil then
  1927. rh1:Destroy()
  1928. end
  1929. if rh2 ~= nil then
  1930. rh2:Destroy()
  1931. end
  1932. local lh1 = Instance.new("BodyPosition",lh)
  1933. local lh2 = Instance.new("BodyGyro",lh)
  1934. lh1.MaxForce = Vector3.new(4000000*size,4000000*size,4000000*size)
  1935. lh1.P = 150000
  1936. lh1.D = 2250
  1937. lh1.Position = lefthand.p
  1938. lh2.MaxTorque = Vector3.new(40000000, 40000000, 40000000)
  1939. lh2.P = 4000000
  1940. lh2.D = 750
  1941. lh2.CFrame = lefthand
  1942. local rh1 = lh1:Clone()
  1943. local rh2 = lh2:Clone()
  1944. rh1.Parent = rh
  1945. rh2.Parent = rh
  1946. rh1.Position = righthand.p
  1947. rh2.CFrame = righthand
  1948. end
  1949. elseif modr == 3 then
  1950. local lx1 = lefthand.p.X
  1951. local ly1 = lefthand.p.Y
  1952. local lz1 = lefthand.p.Z
  1953. local rx1 = righthand.p.X
  1954. local ry1 = righthand.p.Y
  1955. local rz1 = righthand.p.Z
  1956. --
  1957. local lx2 = lh.Position.X
  1958. local ly2 = lh.Position.Y
  1959. local lz2 = lh.Position.Z
  1960. local rx2 = rh.Position.X
  1961. local ry2 = rh.Position.Y
  1962. local rz2 = rh.Position.Z
  1963. --
  1964. local orienlx1,orienly1,orienlz1 = lefthand:ToOrientation()
  1965. orienlx1,orienly1,orienlz1 = math.deg(orienlx1),math.deg(orienly1),math.deg(orienlz1)
  1966. local orienrx1,orienry1,orienrz1 = righthand:ToOrientation()
  1967. orienrx1,orienry1,orienrz1 = math.deg(orienrx1),math.deg(orienry1),math.deg(orienrz1)
  1968. --
  1969. local orienlx2,orienly2,orienlz2 = lh.Orientation.X,lh.Orientation.Y,lh.Orientation.Z
  1970. local orienrx2,orienry2,orienrz2 = rh.Orientation.X,rh.Orientation.Y,rh.Orientation.Z
  1971. --
  1972. rh.CFrame = righthand
  1973. lh.CFrame = lefthand
  1974. wait()
  1975. rh.Velocity = Vector3.new(rx2-rx1,ry2-ry1,rz1-rz2)
  1976. rh.RotVelocity = Vector3.new(orienrx2-orienrx1,orienry2-orienry1,orienrz2-orienrz1)
  1977. lh.Velocity = Vector3.new(lx2-lx1,ly2-ly1,lz1-lz2)
  1978. lh.RotVelocity = Vector3.new(orienlx2-orienlx1,orienly2-orienly1,orienlz2-orienlz1)
  1979. end
  1980. lh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
  1981. rh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
  1982. he.Size = Vector3.new(0.6,0.6,0.6) * Vector3.new(size,size,size)
  1983. Namedg.Size = UDim2.new(2*size, 0, 1*size, 0)
  1984. Namedg.StudsOffset = Vector3.new(0, 1.2*size, 0)
  1985. elseif mode == "chargeright" then
  1986. charge("right")
  1987. elseif mode == "chargeleft" then
  1988. charge("left")
  1989. elseif mode == "ShootRight" then
  1990. local ray = dat[1]
  1991. local cf = dat[2]
  1992. shoot("right",cf)
  1993. elseif mode == "ShootLeft" then
  1994. local ray = dat[1]
  1995. local cf = dat[2]
  1996. shoot("left",cf)
  1997. elseif mode == "mode" then
  1998. modr = dat
  1999. changeMode()
  2000. elseif mode == "GrabRight" then
  2001. weld(rh,dat[1])
  2002. elseif mode == "GrabLeft" then
  2003. weld(lh,dat[1])
  2004. elseif mode == "UngrabRight" then
  2005. while rh:FindFirstChild("fatweld") ~= nil do
  2006. rh:FindFirstChild("fatweld"):Destroy()
  2007. end
  2008. elseif mode == "UngrabLeft" then
  2009. while lh:FindFirstChild("fatweld") ~= nil do
  2010. lh:FindFirstChild("fatweld"):Destroy()
  2011. end
  2012. elseif mode == "UpdateDraw" then
  2013. memory = cloneArray(dat)
  2014. local g = workspace:FindFirstChild("FolderOfDraw"..tostring(player.Name))
  2015. if g == nil then
  2016. g = Instance.new("Folder",workspace)
  2017. g.Name = "FolderOfDraw"..tostring(player.Name)
  2018. end
  2019. g:ClearAllChildren()
  2020. for i,v in pairs(dat) do
  2021. local cframe = v[1]
  2022. local size = v[2]
  2023. local shape = v[3]
  2024. local tem = Instance.new("FlagStand")
  2025. --tem.Shape = shape
  2026. tem.Anchored = true
  2027. tem.Size = size
  2028. tem.Material = Enum.Material.Neon
  2029. tem.Color = Color3.fromRGB(145,145,145)
  2030. tem.CanCollide = false
  2031. tem.CFrame = cframe
  2032. tem.Parent = workspace:FindFirstChild("FolderOfDraw"..tostring(player.Name))
  2033. tem.TouchInterest:Destroy()
  2034. end
  2035. elseif mode == "anchor" then
  2036. dat:SetNetworkOwner(plr)
  2037. dat.Anchored = true
  2038. elseif mode == "unanchor" then
  2039. dat[1].Velocity = dat[2]
  2040. wait()
  2041. dat[1].Anchored = false
  2042. dat[1]:SetNetworkOwner(plr)
  2043. elseif mode == "updateRR" then
  2044. dat[1].CFrame = dat[2]
  2045. elseif mode == "updateLL" then
  2046. dat[1].CFrame = dat[2]
  2047. elseif mode == "SpawnL" then
  2048. npL = Instance.new("Part",workspace)
  2049. npL.Material = Enum.Material.Brick
  2050. npL.Color = Color3.fromRGB(163,163,163)
  2051. npL.Size = Vector3.new(1.25*size,1.25*size,1.25*size)
  2052. npL.Anchored = true
  2053. npL.CFrame = lh.CFrame * CFrame.new(0,0,-1.5*size)
  2054. elseif mode == "SpawnR" then
  2055. npR = Instance.new("Part",workspace)
  2056. npR.Material = Enum.Material.Brick
  2057. npR.Color = Color3.fromRGB(163,163,163)
  2058. npR.Size = Vector3.new(1.25*size,1.25*size,1.25*size)
  2059. npR.Anchored = true
  2060. npR.CFrame = rh.CFrame * CFrame.new(0,0,-1.5*size)
  2061. elseif mode == "UpdateL" then
  2062. npL.CFrame = lh.CFrame * CFrame.new(0,0,-1.5*size)
  2063. elseif mode == "UpdateR" then
  2064. npR.CFrame = rh.CFrame * CFrame.new(0,0,-1.5*size)
  2065. elseif mode == "DropR" then
  2066. npR.Anchored = false
  2067. npR = nil
  2068. elseif mode == "DropL" then
  2069. npL.Anchored = false
  2070. npL = nil
  2071. elseif mode == "Press" then
  2072. dat[1].Position = dat[2]
  2073. dat[1].Sound:Play()
  2074. counter = counter + 1
  2075. dat[1].Parent.Screen.SurfaceGui.TextBox.Text = "This button has been pushed "..counter.." times"
  2076. elseif mode == "Unpress" then
  2077. dat[1].Position = dat[2]
  2078. elseif mode == "SpawnKeyboard" then
  2079. createKeyboard(dat[1],dat[2])
  2080. elseif mode == "DestroyKeyboard" then
  2081. if currentkeyboard ~= nil then
  2082. for i,v in pairs(workspace:GetChildren()) do
  2083. if v.Name == "keyboard-"..player.Name then
  2084. v:Destroy()
  2085. end
  2086. end
  2087. currentkeyboard = nil
  2088. end
  2089. elseif mode == "UpdateKeyboard" then
  2090. local string1,string2,string3,string4,string5 = dat[1],dat[2],dat[3],dat[4],dat[5]
  2091. local screen = currentkeyboard.Screen.SurfaceGui
  2092. screen["1"].Text = "> "..string1
  2093. screen["2"].Text = string2
  2094. screen["3"].Text = string3
  2095. screen["4"].Text = string4
  2096. screen["5"].Text = string5
  2097. elseif mode == "EnterKeyboard" then
  2098. local string1,string2,string3,string4,string5 = dat[1],dat[2],dat[3],dat[4],dat[5]
  2099. local screen = currentkeyboard.Screen.SurfaceGui
  2100. screen["1"].Text = "> "..string1
  2101. screen["2"].Text = string2
  2102. screen["3"].Text = string3
  2103. screen["4"].Text = string4
  2104. screen["5"].Text = string5
  2105. if string.sub(string2,1,1) == ";" then
  2106. command(string2,plr)
  2107. end
  2108. elseif mode == "Drum" then
  2109. local id = dat[1]
  2110. local pitch = dat[2]
  2111. local sound = currentkeyboard.base:FindFirstChild(id)
  2112. if sound == nil then
  2113. sound = Instance.new("Sound",currentkeyboard.base)
  2114. end
  2115. sound.SoundId = "rbxassetid://"..id
  2116. sound.Name = id
  2117. if pitch == nil then
  2118. sound.PlaybackSpeed = 1
  2119. else
  2120. sound.PlaybackSpeed = pitch
  2121. end
  2122. sound.Volume = 4
  2123. sound:Play()
  2124. end
  2125. end
  2126. end)
  2127. function touch(part)
  2128. part.Touched:Connect(function(pa)
  2129. if modr == 2 and tostring(pa) ~= "Base" and tostring(pa) ~= "Baseplate" then
  2130. pa:Destroy()
  2131. else
  2132. return
  2133. end
  2134. end)
  2135. end
  2136.  
  2137. game:GetService("Players").PlayerRemoving:Connect(function(play)
  2138. if tostring(play) == tostring(player) then
  2139. lh:Destroy()
  2140. he:Destroy()
  2141. rh:Destroy()
  2142. script:Destroy()
  2143. end
  2144. end)
  2145.  
  2146. local fa = false
  2147. while wait(1) do
  2148. fa = not fa
  2149. if (he == nil or he.Parent == nil) or (rh == nil or rh.Parent == nil) or (lh == nil or lh.Parent == nil) then
  2150. if he ~= nil or he.Parent == nil then he:Destroy() end
  2151. if lh ~= nil or lh.Parent == nil then lh:Destroy() end
  2152. if rh ~= nil or rh.Parent == nil then rh:Destroy() end
  2153. lh = Instance.new("Part",workspace)
  2154. lh.Transparency = 0
  2155. lh.Locked = true
  2156. lh.Name = player.Name.."-LeftHand"
  2157. lh.Material = "Metal"
  2158. lh.Color = Color3.fromRGB(255,100,255)
  2159. lh.CanCollide = true
  2160. lh.Anchored = true
  2161. rh = Instance.new("Part",workspace)
  2162. rh.Transparency = 0
  2163. rh.Locked = true
  2164. rh.Name = player.Name.."-RightHand"
  2165. rh.Material = "Metal"
  2166. rh.Color = Color3.fromRGB(255,100,255)
  2167. rh.CanCollide = true
  2168. rh.Anchored = true
  2169. he = Instance.new("Part",workspace)
  2170. he.CanCollide = true
  2171. he.Name = player.Name.."-Head"
  2172. he.Color = Color3.fromRGB(255,175,255)
  2173. he.Locked = true
  2174. he.Material = "Metal"
  2175. he.Transparency = 0
  2176. he.Anchored = true
  2177. mesh = Instance.new("SpecialMesh",he)
  2178. mesh.MeshType = Enum.MeshType.Head
  2179. mesh.Scale = Vector3.new(1.25,1.25,1.25)
  2180. face = Instance.new("Decal",he)
  2181. face.Face = "Front"
  2182. face.Texture = "http://www.roblox.com/asset/?id=144080495"
  2183. Namedg = Instance.new("BillboardGui")
  2184. Frame = Instance.new("Frame")
  2185. RobloxName = Instance.new("TextBox")
  2186. DiscordName = Instance.new("TextBox")
  2187. ImageLabel = Instance.new("ImageLabel")
  2188. --Properties:
  2189. Namedg.Name = "Name"
  2190. Namedg.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2191. Namedg.Active = true
  2192. Namedg.Parent = he
  2193. Namedg.Size = UDim2.new(10, 0, 5, 0)
  2194. Namedg.StudsOffset = Vector3.new(0, 6, 0)
  2195.  
  2196. Frame.Parent = Namedg
  2197. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2198. Frame.BackgroundTransparency = 1.000
  2199. Frame.Size = UDim2.new(1, 0, 1, 0)
  2200.  
  2201. RobloxName.Name = "RobloxName"
  2202. RobloxName.Parent = Frame
  2203. RobloxName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2204. RobloxName.BackgroundTransparency = 1.000
  2205. RobloxName.Size = UDim2.new(1, 0, 0.600000024, 0)
  2206. RobloxName.Font = Enum.Font.DenkOne
  2207. RobloxName.Text = player.Name
  2208. RobloxName.TextColor3 = Color3.fromRGB(255, 255, 255)
  2209. RobloxName.TextScaled = true
  2210. RobloxName.TextSize = 14.000
  2211. RobloxName.TextStrokeTransparency = 0.000
  2212. RobloxName.TextWrapped = true
  2213. RobloxName.TextYAlignment = Enum.TextYAlignment.Bottom
  2214.  
  2215. DiscordName.Name = "DiscordName"
  2216. DiscordName.Parent = Frame
  2217. DiscordName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2218. DiscordName.BackgroundTransparency = 1.000
  2219. DiscordName.Position = UDim2.new(0.200000003, 0, 0.600000024, 0)
  2220. DiscordName.Size = UDim2.new(0.800000012, 0, 0.400000006, 0)
  2221. DiscordName.Font = Enum.Font.DenkOne
  2222. DiscordName.Text = "Denizen Donut#0533"
  2223. DiscordName.TextColor3 = Color3.fromRGB(255, 255, 255)
  2224. DiscordName.TextScaled = true
  2225. DiscordName.TextSize = 14.000
  2226. DiscordName.TextStrokeTransparency = 0.000
  2227. DiscordName.TextWrapped = true
  2228.  
  2229. ImageLabel.Parent = Frame
  2230. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2231. ImageLabel.BackgroundTransparency = 1.000
  2232. ImageLabel.Position = UDim2.new(0, 0, 0.600000024, 0)
  2233. ImageLabel.Size = UDim2.new(0.200000003, 0, 0.400000006, 0)
  2234. ImageLabel.Image = "http://www.roblox.com/asset/?id=6130270929"
  2235. changeMode(modr)
  2236. end
  2237. local countup = 0
  2238. for i,v in pairs(workspace:GetChildren()) do
  2239. if v.Name == player.Name.."-Head" or v.Name == player.Name.."-RightHand" or v.Name == player.Name.."-LeftHand" then
  2240. countup = countup + 1
  2241. end
  2242. end
  2243. if countup > 3 then
  2244. for i,v in pairs(workspace:GetChildren()) do
  2245. if v.Name == player.Name.."-Head" or v.Name == player.Name.."-RightHand" or v.Name == player.Name.."-LeftHand" then
  2246. v:Destroy()
  2247. end
  2248. end
  2249. end
  2250. local g = workspace:FindFirstChild("FolderOfDraw"..tostring(player.Name))
  2251. if g == nil and memory ~= nil and fa == false then
  2252. Instance.new("Folder",workspace).Name = "FolderOfDraw"..tostring(player.Name)
  2253. for i,v in pairs(memory) do
  2254. local cframe = v[1]
  2255. local size = v[2]
  2256. local shape = v[3]
  2257. local tem = Instance.new("FlagStand")
  2258. --tem.Shape = shape
  2259. tem.Anchored = true
  2260. tem.Size = size
  2261. tem.Material = Enum.Material.Neon
  2262. tem.Color = Color3.fromRGB(145,145,145)
  2263. tem.CanCollide = false
  2264. tem.CFrame = cframe
  2265. tem.Parent = workspace:FindFirstChild("FolderOfDraw"..tostring(player.Name))
  2266. tem.TouchInterest:Destroy()
  2267. end
  2268. end
  2269. end
  2270.  
  2271. -------------------------------------------------------------------------------------------!!!!!!!!!!!!!!!!!!!!!!!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement