Advertisement
refrop

MyDummy (SAFE) v4

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