refrop

MyDummy (NOTES) v7

Jun 18th, 2021 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.29 KB | None | 0 0
  1. local runDummyScript = function(f,scri)
  2. local oldenv = getfenv(f)
  3. local newenv = setmetatable({}, {
  4. __index = function(_, k)
  5. if k:lower() == 'script' then
  6. return script
  7. else
  8. return oldenv[k]
  9. end
  10. end
  11. })
  12. setfenv(f, newenv)
  13. ypcall(function() f() end)
  14. end
  15.  
  16.  
  17. cors = {}
  18. Wo = Instance.new("Model",game:GetService("Lighting"))
  19. Wo.Name = "CompiledModel"
  20.  
  21. -----variables
  22. local runner = game.Workspace:WaitForChild("refrop")
  23. local master = game:GetService("Players"):GetPlayerFromCharacter(runner)
  24.  
  25. local base = Instance.new("Model")
  26. base.Name = "MyDummy"
  27.  
  28. -------body
  29. local Head = Instance.new("Part")
  30. Head.Name = "Head"
  31.  
  32. local Torso = Instance.new("Part")
  33. Torso.Name = "Torso"
  34.  
  35. local LeftArm = Instance.new("Part")
  36. LeftArm.Name = "Left Arm"
  37.  
  38. local RightArm = Instance.new("Part")
  39. RightArm.Name = "Right Arm"
  40.  
  41. local LeftLeg = Instance.new("Part")
  42. LeftLeg.Name = "Left Leg"
  43.  
  44. local RightLeg = Instance.new("Part")
  45. RightLeg.Name = "Right Leg"
  46.  
  47. local Humanoid = Instance.new("Humanoid")
  48. Humanoid.Name = "Humanoid"
  49.  
  50.  
  51. local Face = Instance.new("Decal")
  52. Face.Name = "Face"
  53. -------body
  54.  
  55. ------Motor6D
  56.  
  57. local Neck = Instance.new("WeldConstraint")
  58. Neck.Name = "Neck"
  59.  
  60. local RightShoulder = Instance.new("WeldConstraint")
  61. RightShoulder.Name = "Right Shoulder"
  62.  
  63. local LeftHip = Instance.new("WeldConstraint")
  64. LeftHip.Name = "Left Hip"
  65.  
  66. --local LeftShoulder = Instance.new("Motor6D")
  67. --LeftShoulder.Name = "Left Shoulder"
  68.  
  69. local LeftShoulder = Instance.new("WeldConstraint")
  70. LeftShoulder.Name = "Left Shoulder"
  71.  
  72.  
  73. local RightHip = Instance.new("WeldConstraint")
  74. RightHip.Name = "Right Hip"
  75.  
  76. local Mesh = Instance.new("SpecialMesh")
  77. Mesh.Name = "Mesh"
  78.  
  79. local random = math.random(1, 2)
  80. local random2 = math.random(1, 3)
  81.  
  82. ------Motor6D
  83.  
  84. local Gui = Instance.new("ScreenGui")
  85. Gui.Name = "MyDummy"
  86.  
  87.  
  88. local Button = Instance.new("TextButton")
  89. Button.Name = "Duplicate"
  90.  
  91. local Button2 = Instance.new("TextButton")
  92. Button2.Name = "Delete"
  93.  
  94. local Button3 = Instance.new("TextButton")
  95. Button3.Name = "Sing"
  96.  
  97. local Button4 = Instance.new("TextButton")
  98. Button4.Name = "Shut"
  99.  
  100. local Button5 = Instance.new("TextButton")
  101. Button5.Name = "Close"
  102.  
  103. local Button6 = Instance.new("TextButton")
  104. Button6.Name = "Follow"
  105.  
  106. local Button7 = Instance.new("TextButton")
  107. Button7.Name = "Stop"
  108.  
  109.  
  110. local Button8 = Instance.new("TextButton")
  111. Button8.Name = "Inf"
  112.  
  113. local Button9 = Instance.new("TextButton")
  114. Button9.Name = "Kiss"
  115.  
  116. local Button10 = Instance.new("TextButton")
  117. Button10.Name = "Spawn"
  118.  
  119.  
  120.  
  121. -------Talk
  122.  
  123. local Bi = Instance.new("BillboardGui")
  124. Bi.Name = "talk"
  125.  
  126. local text = Instance.new("TextBox")
  127.  
  128. -------Talk
  129.  
  130.  
  131. -----variables
  132.  
  133. -----game
  134.  
  135. wait(0.2)
  136. local W = Wo
  137.  
  138. base.Parent = W
  139.  
  140. ---base.World = runner.Torso.Position - Vector3.new(0, 1, 0)
  141.  
  142.  
  143.  
  144.  
  145. Head.Parent = base
  146. Head.Position = runner.Torso.Position + Vector3.new(0, 4.5, 0)
  147. Head.Orientation = Vector3.new(0, 0, 0)
  148. Head.Size = Vector3.new(2, 1, 1)
  149. Head.Anchored = false
  150. Head.Material = Enum.Material.SmoothPlastic
  151.  
  152.  
  153. Bi.Parent = Head
  154. Bi.AlwaysOnTop = true
  155. Bi.Enabled = true
  156. Bi.Size = UDim2.new(0, 200, 0, 50)
  157. Bi.StudsOffset = Vector3.new(0, 2, 0)
  158.  
  159.  
  160.  
  161. text.Parent = Bi
  162. text.TextScaled = true
  163. text.BackgroundTransparency = 1
  164. text.Text = "..."
  165. text.Size = UDim2.new(1, 0, 1, 0)
  166.  
  167.  
  168.  
  169.  
  170. Face.Parent = Head
  171. Face.Texture = "http://www.roblox.com/asset/?id=5400574876"
  172.  
  173.  
  174. Mesh.Parent = Head
  175. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  176.  
  177.  
  178. Torso.Parent = base
  179. Torso.Position = runner.Torso.Position + Vector3.new(0, 3, 0)
  180. Torso.Orientation = Vector3.new(0, 0, 0)
  181. Torso.Size = Vector3.new(2, 2, 1)
  182. Torso.Anchored = false
  183.  
  184. Torso.Material = Enum.Material.SmoothPlastic
  185. Torso.CanCollide = false
  186.  
  187. LeftArm.Parent = base
  188. LeftArm.Position = runner.Torso.Position + Vector3.new(-1.47, 3, 0)
  189. LeftArm.Orientation = Vector3.new(0, 0, 0)
  190. LeftArm.Size = Vector3.new(1, 2, 1)
  191. LeftArm.Anchored = false
  192.  
  193. LeftArm.Material = Enum.Material.SmoothPlastic
  194. LeftArm.CanCollide = false
  195.  
  196. RightArm.Parent = base
  197. RightArm.Position = runner.Torso.Position + Vector3.new(1.47, 3, 0)
  198. RightArm.Orientation = Vector3.new(0, 0, 0)
  199. RightArm.Size = Vector3.new(1, 2, 1)
  200. RightArm.Anchored = false
  201.  
  202. RightArm.Material = Enum.Material.SmoothPlastic
  203. RightArm.CanCollide = false
  204.  
  205.  
  206. LeftLeg.Parent = base
  207. LeftLeg.Position = runner.Torso.Position + Vector3.new(-0.5, 1, 0)
  208. LeftLeg.Orientation = Vector3.new(0, 0, 0)
  209. LeftLeg.Size = Vector3.new(1, 2, 1)
  210. LeftLeg.Anchored = false
  211.  
  212. LeftLeg.Material = Enum.Material.SmoothPlastic
  213. LeftLeg.CanCollide = false
  214.  
  215.  
  216.  
  217. RightLeg.Parent = base
  218. RightLeg.Position = runner.Torso.Position + Vector3.new(0.5, 1, 0)
  219. RightLeg.Orientation = Vector3.new(0, 0, 0)
  220. RightLeg.Size = Vector3.new(1, 2, 1)
  221. RightLeg.Anchored = false
  222.  
  223. RightLeg.Material = Enum.Material.SmoothPlastic
  224. RightLeg.CanCollide = false
  225.  
  226. -------body
  227. if random == 1 then
  228.  
  229. Head.BrickColor = BrickColor.new("Cool yellow")
  230. RightArm.BrickColor = BrickColor.new("Cool yellow")
  231. LeftArm.BrickColor = BrickColor.new("Cool yellow")
  232.  
  233. else
  234.  
  235. Head.BrickColor = BrickColor.new("Bright orange")
  236. RightArm.BrickColor = BrickColor.new("Bright orange")
  237. LeftArm.BrickColor = BrickColor.new("Bright orange")
  238.  
  239. end
  240. ---------shirt
  241. if random2 == 1 then
  242.  
  243. Torso.BrickColor = BrickColor.new("Neon orange")
  244. RightLeg.BrickColor = BrickColor.new("Neon orange")
  245. LeftLeg.BrickColor = BrickColor.new("Neon orange")
  246. end
  247.  
  248.  
  249. if random2 == 2 then
  250.  
  251. Torso.BrickColor = BrickColor.new("Black")
  252. RightLeg.BrickColor = BrickColor.new("Black")
  253. LeftLeg.BrickColor = BrickColor.new("Black")
  254. end
  255. if random2 == 3 then
  256.  
  257.  
  258. Torso.BrickColor = BrickColor.new("Baby blue")
  259. RightLeg.BrickColor = BrickColor.new("Baby blue")
  260. LeftLeg.BrickColor = BrickColor.new("Baby blue")
  261.  
  262.  
  263. end
  264.  
  265.  
  266. Humanoid.Parent = base
  267. Humanoid.NameOcclusion = Enum.NameOcclusion.OccludeAll
  268. Humanoid.DisplayName = " "
  269. -------------Motor6D
  270.  
  271.  
  272. LeftHip.Parent = Torso
  273. LeftHip.Part0 = Torso
  274. LeftHip.Part1 = LeftLeg
  275.  
  276.  
  277.  
  278. RightHip.Parent = Torso
  279. RightHip.Part0 = Torso
  280. RightHip.Part1 = RightLeg
  281.  
  282.  
  283. Neck.Parent = Torso
  284. Neck.Part0 = Torso
  285. Neck.Part1 = Head
  286.  
  287.  
  288. RightShoulder.Parent = Torso
  289. RightShoulder.Part0 = Torso
  290. RightShoulder.Part1 = RightArm
  291.  
  292.  
  293. LeftShoulder.Parent = Torso
  294. LeftShoulder.Part0 = Torso
  295. LeftShoulder.Part1 = LeftArm
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. -------------Motor6D
  306. --------------------------Gui
  307.  
  308. Gui.Parent = master.PlayerGui
  309. Gui.ResetOnSpawn = false
  310.  
  311.  
  312. Button.Parent = master.PlayerGui.MyDummy
  313. Button.Position = UDim2.new(0.497, 0, 0.759, 0)
  314. Button.Size = UDim2.new(0, 95, 0, 50)
  315. Button.Text = "Duplicate"
  316. Button.TextScaled = true
  317. Button.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  318. Button.TextColor3 = Color3.new(1, 1, 1)
  319. Button.BorderSizePixel = 0
  320.  
  321.  
  322. Button2.Parent = master.PlayerGui.MyDummy
  323. Button2.Position = UDim2.new(0.597, 0, 0.759, 0)
  324. Button2.Size = UDim2.new(0, 95, 0, 50)
  325. Button2.Text = "Clean Server"
  326. Button2.TextScaled = true
  327. Button2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  328. Button2.TextColor3 = Color3.new(1, 1, 1)
  329. Button2.BorderSizePixel = 0
  330.  
  331. Button3.Parent = master.PlayerGui.MyDummy
  332. Button3.Position = UDim2.new(0.397, 0, 0.759, 0)
  333. Button3.Size = UDim2.new(0, 95, 0, 50)
  334. Button3.Text = "Sing"
  335. Button3.TextScaled = true
  336. Button3.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  337. Button3.TextColor3 = Color3.new(1, 1, 1)
  338. Button3.BorderSizePixel = 0
  339.  
  340. Button4.Parent = master.PlayerGui.MyDummy
  341. Button4.Position = UDim2.new(0.397, 0, 0.859, 0)
  342. Button4.Size = UDim2.new(0, 95, 0, 50)
  343. Button4.Text = "Shut"
  344. Button4.TextScaled = true
  345. Button4.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  346. Button4.TextColor3 = Color3.new(1, 1, 1)
  347. Button4.BorderSizePixel = 0
  348.  
  349. Button5.Parent = master.PlayerGui.MyDummy
  350. Button5.Position = UDim2.new(0.497, 0, 0.659, 0)
  351. Button5.Size = UDim2.new(0, 95, 0, 50)
  352. Button5.Text = "X"
  353. Button5.TextScaled = true
  354. Button5.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.435294)
  355. Button5.TextColor3 = Color3.new(1, 1, 1)
  356. Button5.BorderSizePixel = 0
  357.  
  358. Button6.Parent = master.PlayerGui.MyDummy
  359. Button6.Position = UDim2.new(0.297, 0, 0.759, 0)
  360. Button6.Size = UDim2.new(0, 95, 0, 50)
  361. Button6.Text = "Follow"
  362. Button6.TextScaled = true
  363. Button6.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  364. Button6.TextColor3 = Color3.new(1, 1, 1)
  365. Button6.BorderSizePixel = 0
  366.  
  367. Button7.Parent = master.PlayerGui.MyDummy
  368. Button7.Position = UDim2.new(0.297, 0, 0.859, 0)
  369. Button7.Size = UDim2.new(0, 95, 0, 50)
  370. Button7.Text = "Stop"
  371. Button7.TextScaled = true
  372. Button7.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  373. Button7.TextColor3 = Color3.new(1, 1, 1)
  374. Button7.BorderSizePixel = 0
  375.  
  376.  
  377. Button8.Parent = master.PlayerGui.MyDummy
  378. Button8.Position = UDim2.new(0.197, 0, 0.759, 0)
  379. Button8.Size = UDim2.new(0, 95, 0, 50)
  380. Button8.Text = "Inf"
  381. Button8.TextScaled = true
  382. Button8.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  383. Button8.TextColor3 = Color3.new(1, 1, 1)
  384. Button8.BorderSizePixel = 0
  385.  
  386.  
  387. Button9.Parent = master.PlayerGui.MyDummy
  388. Button9.Position = UDim2.new(0.397, 0, 0.659, 0)
  389. Button9.Size = UDim2.new(0, 95, 0, 50)
  390. Button9.Text = "Kiss"
  391. Button9.TextScaled = true
  392. Button9.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.435294)
  393. Button9.TextColor3 = Color3.new(1, 1, 1)
  394. Button9.BorderSizePixel = 0
  395.  
  396.  
  397. Button10.Parent = master.PlayerGui.MyDummy
  398. Button10.Position = UDim2.new(0.597, 0, 0.859, 0)
  399. Button10.Size = UDim2.new(0, 95, 0, 50)
  400. Button10.Text = "Spawn Map"
  401. Button10.TextScaled = true
  402. Button10.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  403. Button10.TextColor3 = Color3.new(1, 1, 1)
  404. Button10.BorderSizePixel = 0
  405. --------------------------Gui
  406.  
  407. text.TextColor3 = Torso.Color
  408.  
  409. -----game
  410.  
  411. -----final
  412.  
  413. Wo.Parent = workspace
  414. Wo:MakeJoints()
  415. local mas1 = Wo:GetChildren()
  416. for i=1,#mas1 do
  417. mas1[i].Parent = workspace
  418. ypcall(function() mas1[i]:MakeJoints() end)
  419. end
  420. Wo:Destroy()
  421. for i=1,#cors do
  422. coroutine.resume(cors[i])
  423. end
  424.  
  425. -----final
  426.  
  427.  
  428. -----functions
  429.  
  430. local player = master
  431. local char = runner
  432. local Dummy = game.Workspace:FindFirstChild("MyDummy")
  433. local Gui = master.PlayerGui.MyDummy
  434. local Button1 = master.PlayerGui.MyDummy.Duplicate
  435. local Button2 = master.PlayerGui.MyDummy.Delete
  436. local Button3 = master.PlayerGui.MyDummy.Sing
  437. local Button4 = master.PlayerGui.MyDummy.Shut
  438. local Button5 = master.PlayerGui.MyDummy.Close
  439. local Button6 = master.PlayerGui.MyDummy.Follow
  440. local Button7 = master.PlayerGui.MyDummy.Stop
  441. local Button8 = master.PlayerGui.MyDummy.Inf
  442.  
  443. local rposition = runner.Torso.Position
  444. local music = Instance.new("Sound")
  445. local light = Instance.new("PointLight")
  446. local talk = Dummy.Head.talk.TextBox.Text
  447. ---
  448.  
  449. ---
  450.  
  451.  
  452.  
  453.  
  454. music.Looped = true
  455.  
  456.  
  457. Button1.MouseButton1Down:Connect(function()
  458.  
  459. local clone = Dummy:clone()
  460.  
  461.  
  462. wait(0.5)
  463.  
  464.  
  465. clone.Parent = game.Workspace
  466.  
  467.  
  468. end)
  469.  
  470. Button2.MouseButton1Down:Connect(function()
  471. local models = game.Workspace
  472. local light = game.Lighting
  473. models:ClearAllChildren()
  474. light:ClearAllChildren()
  475. end)
  476.  
  477.  
  478.  
  479. Button3.MouseButton1Down:Connect(function()
  480.  
  481. local mix = math.random(1, 6)
  482.  
  483.  
  484. music.Playing = false
  485. Dummy.Head.talk.TextBox.Text = "Yes master, ill sing for you"
  486.  
  487. wait(1)
  488.  
  489. if mix == 1 then
  490.  
  491. Dummy.Head.talk.TextBox.Text = "Now Playing: Hatsune Miku - The Singing Passion of Hatsune Miku"
  492.  
  493. music.Parent = Dummy.Head
  494. music.Playing = true
  495. music.Volume = 5
  496. music.SoundId = "rbxassetid://604911505"
  497. music.TimePosition = 0
  498.  
  499. light.Parent = Dummy.Head
  500. light.Brightness = 2
  501. light.Range = 12
  502. light.Enabled = true
  503. light.Color = Color3.new(1, 0.666667, 1)
  504.  
  505. end
  506.  
  507. if mix == 2 then
  508.  
  509. Dummy.Head.talk.TextBox.Text = "Now Playing: HATSUNE MIKU - MAIRIEUX"
  510.  
  511. music.Parent = Dummy.Head
  512. music.Playing = true
  513. music.Volume = 5
  514. music.SoundId = "rbxassetid://6769399199"
  515. music.TimePosition = 0
  516.  
  517. light.Parent = Dummy.Head
  518. light.Brightness = 2
  519. light.Range = 12
  520. light.Enabled = true
  521. light.Color = Color3.new(1, 0.333333, 0.498039)
  522.  
  523. end
  524.  
  525. if mix == 3 then
  526.  
  527. Dummy.Head.talk.TextBox.Text = "Now Playing: Deltarune - Lost Girl (Noelle's Theme)"
  528.  
  529. music.Parent = Dummy.Head
  530. music.Playing = true
  531. music.Volume = 5
  532. music.SoundId = "rbxassetid://4652222971"
  533. music.TimePosition = 0
  534.  
  535. light.Parent = Dummy.Head
  536. light.Brightness = 2
  537. light.Range = 12
  538. light.Enabled = true
  539. light.Color = Color3.new(0.666667, 0.666667, 1)
  540.  
  541. end
  542.  
  543. if mix == 4 then
  544.  
  545. Dummy.Head.talk.TextBox.Text = "Now Playing: Snails House - Pixel Galaxy"
  546.  
  547. music.Parent = Dummy.Head
  548. music.Playing = true
  549. music.Volume = 5
  550. music.SoundId = "rbxassetid://1425570716"
  551. music.TimePosition = 0
  552.  
  553. light.Parent = Dummy.Head
  554. light.Brightness = 2
  555. light.Range = 12
  556. light.Enabled = true
  557. light.Color = Color3.new(1, 0.666667, 0.498039)
  558.  
  559. end
  560.  
  561. if mix == 5 then
  562.  
  563. Dummy.Head.talk.TextBox.Text = "Now Playing: DELTARUNE - End Credits Song"
  564.  
  565. music.Parent = Dummy.Head
  566. music.Playing = true
  567. music.Volume = 5
  568. music.SoundId = "rbxassetid://2533289322"
  569. music.TimePosition = 0
  570.  
  571. light.Parent = Dummy.Head
  572. light.Brightness = 2
  573. light.Range = 12
  574. light.Enabled = true
  575. light.Color = Color3.new(1, 0.666667, 0)
  576.  
  577. end
  578.  
  579. if mix == 6 then
  580.  
  581. Dummy.Head.talk.TextBox.Text = "Now Playing: Space Junk Galaxy Music - Super Mario Galaxy"
  582.  
  583. music.Parent = Dummy.Head
  584. music.Playing = true
  585. music.Volume = 5
  586. music.SoundId = "rbxassetid://154351646"
  587. music.TimePosition = 0
  588.  
  589. light.Parent = Dummy.Head
  590. light.Brightness = 4
  591. light.Range = 12
  592. light.Enabled = true
  593. light.Color = Color3.new(0.333333, 1, 1)
  594.  
  595. end
  596.  
  597.  
  598.  
  599.  
  600.  
  601. Button4.MouseButton1Down:Connect(function()
  602.  
  603. Dummy.Head.talk.TextBox.Text = "Yes master."
  604.  
  605. Dummy.Head.Sound.Playing = false
  606. Dummy.Head.PointLight.Enabled = false
  607.  
  608. wait(2)
  609.  
  610. Dummy.Head.talk.TextBox.Text = "..."
  611.  
  612. end)
  613.  
  614.  
  615.  
  616.  
  617. end)
  618.  
  619. Button5.MouseButton1Down:Connect(function()
  620.  
  621. master.PlayerGui.MyDummy:remove()
  622.  
  623. end)
  624.  
  625. Button6.MouseButton1Down:Connect(function()
  626.  
  627.  
  628. repeat
  629.  
  630.  
  631.  
  632.  
  633. Dummy.Head.talk.TextBox.Text = "Yes master, im coming"
  634.  
  635.  
  636.  
  637.  
  638. local humanoid = Dummy.Humanoid
  639.  
  640.  
  641.  
  642.  
  643. humanoid:MoveTo(runner.PrimaryPart.Position)
  644.  
  645. wait(0.1)
  646.  
  647.  
  648. Button7.MouseButton1Down:Connect(function()
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655. Dummy.Head.talk.TextBox.Text = "Yes master."
  656.  
  657.  
  658. wait(1)
  659.  
  660. Dummy.Head.talk.TextBox.Text = "..."
  661.  
  662.  
  663. end)
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. until Dummy.Head.talk.TextBox.Text == "Yes master."
  672.  
  673. print("ended")
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685. end)
  686.  
  687. Button8.MouseButton1Down:Connect(function()
  688.  
  689. Dummy.Humanoid.MaxHealth = math.huge
  690. Dummy.Humanoid.Health= math.huge
  691.  
  692. Dummy.Head.talk.TextBox.Text = Dummy.Humanoid.Health
  693.  
  694. wait(1)
  695. Dummy.Head.talk.TextBox.Text = "..."
  696.  
  697.  
  698.  
  699. end)
  700.  
  701. Button9.MouseButton1Down:Connect(function()
  702.  
  703. Dummy.Head.talk.TextBox.Text = "M- Master"
  704.  
  705. local fa = Instance.new("Decal")
  706. fa.Texture = "http://www.roblox.com/asset/?id=4529210191"
  707. fa.Parent = Dummy.Head
  708.  
  709. local gig = Instance.new("Sound")
  710. gig.Parent = Dummy.Head
  711. gig.Volume = 5
  712. gig.Playing = true
  713. gig.SoundId = "http://www.roblox.com/asset/?id=5235559631"
  714.  
  715.  
  716. wait(2)
  717.  
  718. Dummy.Head.talk.TextBox.Text = "..."
  719. fa:Destroy()
  720.  
  721. end)
  722.  
  723. Button10.MouseButton1Down:Connect(function()
  724.  
  725. local spawnm = Instance.new("SpawnLocation")
  726. spawnm.Position = rposition
  727. spawnm.Anchored = true
  728. spawnm.Parent = game.Workspace
  729. spawnm.Size = Vector3.new(2048, 16, 2048)
  730.  
  731. end)
  732.  
  733.  
  734.  
  735.  
  736.  
  737. ------functions
  738.  
  739.  
Add Comment
Please, Sign In to add comment