Advertisement
refrop

MyDummy (SAFE) v5

Jun 18th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.79 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.  
  502.  
  503. if mix == 1 then
  504.  
  505. Dummy.Head.talk.TextBox.Text = "Now Playing: Deltarune - Lost Girl (Noelle's Theme)"
  506.  
  507. music.Parent = Dummy.Head
  508. music.Playing = true
  509. music.Volume = 5
  510. music.SoundId = "rbxassetid://4652222971"
  511. music.TimePosition = 0
  512.  
  513. light.Parent = Dummy.Head
  514. light.Brightness = 2
  515. light.Range = 12
  516. light.Enabled = true
  517. light.Color = Color3.new(0.666667, 0.666667, 1)
  518.  
  519. end
  520.  
  521. if mix == 2 then
  522.  
  523. Dummy.Head.talk.TextBox.Text = "Now Playing: Snails House - Pixel Galaxy"
  524.  
  525. music.Parent = Dummy.Head
  526. music.Playing = true
  527. music.Volume = 5
  528. music.SoundId = "rbxassetid://1425570716"
  529. music.TimePosition = 0
  530.  
  531. light.Parent = Dummy.Head
  532. light.Brightness = 2
  533. light.Range = 12
  534. light.Enabled = true
  535. light.Color = Color3.new(1, 0.666667, 0.498039)
  536.  
  537. end
  538.  
  539. if mix == 3 then
  540.  
  541. Dummy.Head.talk.TextBox.Text = "Now Playing: DELTARUNE - End Credits Song"
  542.  
  543. music.Parent = Dummy.Head
  544. music.Playing = true
  545. music.Volume = 5
  546. music.SoundId = "rbxassetid://2533289322"
  547. music.TimePosition = 0
  548.  
  549. light.Parent = Dummy.Head
  550. light.Brightness = 2
  551. light.Range = 12
  552. light.Enabled = true
  553. light.Color = Color3.new(1, 0.666667, 0)
  554.  
  555. end
  556.  
  557. if mix == 4 then
  558.  
  559. Dummy.Head.talk.TextBox.Text = "Now Playing: Space Junk Galaxy Music - Super Mario Galaxy"
  560.  
  561. music.Parent = Dummy.Head
  562. music.Playing = true
  563. music.Volume = 5
  564. music.SoundId = "rbxassetid://154351646"
  565. music.TimePosition = 0
  566.  
  567. light.Parent = Dummy.Head
  568. light.Brightness = 4
  569. light.Range = 12
  570. light.Enabled = true
  571. light.Color = Color3.new(0.333333, 1, 1)
  572.  
  573. end
  574.  
  575.  
  576.  
  577.  
  578.  
  579. Button4.MouseButton1Down:Connect(function()
  580.  
  581. Dummy.Head.talk.TextBox.Text = "Yes master."
  582.  
  583. Dummy.Head.Sound.Playing = false
  584. Dummy.Head.PointLight.Enabled = false
  585.  
  586. wait(2)
  587.  
  588. Dummy.Head.talk.TextBox.Text = "..."
  589.  
  590. end)
  591.  
  592.  
  593.  
  594.  
  595. end)
  596.  
  597. Button5.MouseButton1Down:Connect(function()
  598.  
  599. master.PlayerGui.MyDummy:remove()
  600.  
  601. end)
  602.  
  603. Button6.MouseButton1Down:Connect(function()
  604.  
  605.  
  606. repeat
  607.  
  608.  
  609.  
  610.  
  611. Dummy.Head.talk.TextBox.Text = "Yes master, im coming"
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619. DHumanoid:MoveTo(runner.PrimaryPart.Position)
  620.  
  621. wait(0.1)
  622. Button7.MouseButton1Down:Connect(function()
  623.  
  624. Dummy.Head.talk.TextBox.Text = "Yes master."
  625.  
  626.  
  627. wait(1)
  628.  
  629. Dummy.Head.talk.TextBox.Text = "..."
  630.  
  631.  
  632. end)
  633.  
  634.  
  635. until Dummy.Head.talk.TextBox.Text == "Yes master."
  636.  
  637. print("ended")
  638.  
  639. end)
  640. Button8.MouseButton1Down:Connect(function()
  641. local Light = game:FindFirstChildOfClass("Lighting")
  642. local Players = game:FindFirstChildOfClass("Players")
  643. runner.Parent = Works.Terrain
  644. Dummy.Parent = Works.Terrain
  645. DHumanoid.Name = "SafeMode"
  646. DHumanoid.MaxHealth = math.huge
  647. DHumanoid.Health= math.huge
  648. RHumanoid.MaxHealth = math.huge
  649. RHumanoid.Health= math.huge
  650. Dummy.Head.talk.TextBox.Text = "Safe Mode Activated"
  651. RHumanoid.BreakJointsOnDeath = false
  652. DHumanoid.BreakJointsOnDeath = false
  653. local GUIS = master:FindFirstChildOfClass("PlayerGui")
  654. GUIS.Name = "SafeMode"
  655. local DName = Works.Terrain.MyDummy
  656. wait(2)
  657. repeat
  658.  
  659. local rname1 = math.random(1, 100000000)
  660. local rname2 = math.random(1, 2000000000)
  661. Works.Name = rname1
  662. DName.Name = rname1
  663. DHumanoid.Name = rname2
  664. RHumanoid.Name = rname2
  665. Light.Name = rname1
  666. Players.Name = rname2
  667. wait(0.1)
  668.  
  669.  
  670. until DName == "never"
  671. end)
  672. Button9.MouseButton1Down:Connect(function()
  673. Dummy.Head.talk.TextBox.Text = "M- Master"
  674. local fa = Instance.new("Decal")
  675. fa.Texture = "http://www.roblox.com/asset/?id=4529210191"
  676. fa.Parent = Dummy.Head
  677.  
  678. local gig = Instance.new("Sound")
  679. gig.Parent = Dummy.Head
  680. gig.Volume = 5
  681. gig.Playing = true
  682. gig.SoundId = "http://www.roblox.com/asset/?id=5235559631"
  683.  
  684.  
  685. wait(2)
  686.  
  687. Dummy.Head.talk.TextBox.Text = "..."
  688. fa:Destroy()
  689.  
  690. end)
  691.  
  692. Button10.MouseButton1Down:Connect(function()
  693. local spawnm = Instance.new("SpawnLocation")
  694. spawnm.Position = rposition
  695. spawnm.Anchored = true
  696. spawnm.Parent = game.Workspace
  697. spawnm.Size = Vector3.new(2048, 16, 2048)
  698. end)
  699.  
  700. Button11.MouseButton1Down:Connect(function()
  701.  
  702. local Guiss = master:FindFirstChild("PlayerGui")
  703.  
  704. if not Guiss:FindFirstChildWhichIsA("ScreenGui") then
  705.  
  706.  
  707. else
  708. local subject = Guiss:FindFirstChildWhichIsA("ScreenGui")
  709. subject:Destroy()
  710. wait(0.1)
  711. end
  712.  
  713.  
  714.  
  715.  
  716.  
  717. end)
  718. ---functions
  719.  
  720. ---por alguna razón no aguanta más de esta cantidad de functions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement