Advertisement
refrop

MyDummy (SAFE)

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