Advertisement
refrop

MyDummy (SAFE) v3

Jun 18th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.92 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. Gui.DisplayOrder = 999999999
  313.  
  314.  
  315. Button.Parent = master.PlayerGui.MyDummy
  316. Button.Position = UDim2.new(0.497, 0, 0.759, 0)
  317. Button.Size = UDim2.new(0, 95, 0, 50)
  318. Button.Text = "Duplicate"
  319. Button.TextScaled = true
  320. Button.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  321. Button.TextColor3 = Color3.new(1, 1, 1)
  322. Button.BorderSizePixel = 0
  323.  
  324.  
  325. Button2.Parent = master.PlayerGui.MyDummy
  326. Button2.Position = UDim2.new(0.597, 0, 0.759, 0)
  327. Button2.Size = UDim2.new(0, 95, 0, 50)
  328. Button2.Text = "Clean Server"
  329. Button2.TextScaled = true
  330. Button2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  331. Button2.TextColor3 = Color3.new(1, 1, 1)
  332. Button2.BorderSizePixel = 0
  333.  
  334. Button3.Parent = master.PlayerGui.MyDummy
  335. Button3.Position = UDim2.new(0.397, 0, 0.759, 0)
  336. Button3.Size = UDim2.new(0, 95, 0, 50)
  337. Button3.Text = "Sing"
  338. Button3.TextScaled = true
  339. Button3.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  340. Button3.TextColor3 = Color3.new(1, 1, 1)
  341. Button3.BorderSizePixel = 0
  342.  
  343. Button4.Parent = master.PlayerGui.MyDummy
  344. Button4.Position = UDim2.new(0.397, 0, 0.859, 0)
  345. Button4.Size = UDim2.new(0, 95, 0, 50)
  346. Button4.Text = "Shut"
  347. Button4.TextScaled = true
  348. Button4.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  349. Button4.TextColor3 = Color3.new(1, 1, 1)
  350. Button4.BorderSizePixel = 0
  351.  
  352. Button5.Parent = master.PlayerGui.MyDummy
  353. Button5.Position = UDim2.new(0.497, 0, 0.659, 0)
  354. Button5.Size = UDim2.new(0, 95, 0, 50)
  355. Button5.Text = "X"
  356. Button5.TextScaled = true
  357. Button5.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.435294)
  358. Button5.TextColor3 = Color3.new(1, 1, 1)
  359. Button5.BorderSizePixel = 0
  360.  
  361. Button6.Parent = master.PlayerGui.MyDummy
  362. Button6.Position = UDim2.new(0.297, 0, 0.759, 0)
  363. Button6.Size = UDim2.new(0, 95, 0, 50)
  364. Button6.Text = "Follow"
  365. Button6.TextScaled = true
  366. Button6.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  367. Button6.TextColor3 = Color3.new(1, 1, 1)
  368. Button6.BorderSizePixel = 0
  369.  
  370. Button7.Parent = master.PlayerGui.MyDummy
  371. Button7.Position = UDim2.new(0.297, 0, 0.859, 0)
  372. Button7.Size = UDim2.new(0, 95, 0, 50)
  373. Button7.Text = "Stop"
  374. Button7.TextScaled = true
  375. Button7.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  376. Button7.TextColor3 = Color3.new(1, 1, 1)
  377. Button7.BorderSizePixel = 0
  378.  
  379.  
  380. Button8.Parent = master.PlayerGui.MyDummy
  381. Button8.Position = UDim2.new(0.297, 0, 0.659, 0)
  382. Button8.Size = UDim2.new(0, 95, 0, 50)
  383. Button8.Text = "Safe Mode"
  384. Button8.TextScaled = true
  385. Button8.BackgroundColor3 = Color3.new(0.584314, 0.764706, 1)
  386. Button8.TextColor3 = Color3.new(1, 1, 1)
  387. Button8.BorderSizePixel = 0
  388.  
  389.  
  390. Button9.Parent = master.PlayerGui.MyDummy
  391. Button9.Position = UDim2.new(0.397, 0, 0.659, 0)
  392. Button9.Size = UDim2.new(0, 95, 0, 50)
  393. Button9.Text = "Kiss"
  394. Button9.TextScaled = true
  395. Button9.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.435294)
  396. Button9.TextColor3 = Color3.new(1, 1, 1)
  397. Button9.BorderSizePixel = 0
  398.  
  399.  
  400. Button10.Parent = master.PlayerGui.MyDummy
  401. Button10.Position = UDim2.new(0.597, 0, 0.859, 0)
  402. Button10.Size = UDim2.new(0, 95, 0, 50)
  403. Button10.Text = "Spawn Map"
  404. Button10.TextScaled = true
  405. Button10.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  406. Button10.TextColor3 = Color3.new(1, 1, 1)
  407. Button10.BorderSizePixel = 0
  408.  
  409. Button11.Parent = master.PlayerGui.MyDummy
  410. Button11.Position = UDim2.new(0.497, 0, 0.859, 0)
  411. Button11.Size = UDim2.new(0, 95, 0, 50)
  412. Button11.Text = "Clean Guis"
  413. Button11.TextScaled = true
  414. Button11.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  415. Button11.TextColor3 = Color3.new(1, 1, 1)
  416. Button11.BorderSizePixel = 0
  417. --------------------------Gui
  418. text.TextColor3 = Torso.Color
  419. -----game
  420. -----final
  421. Wo.Parent = workspace
  422. Wo:MakeJoints()
  423. local mas1 = Wo:GetChildren()
  424. for i=1,#mas1 do
  425. mas1[i].Parent = workspace
  426. ypcall(function() mas1[i]:MakeJoints() end)
  427. end
  428. Wo:Destroy()
  429. for i=1,#cors do
  430. coroutine.resume(cors[i])
  431. end
  432. -----final
  433. -----functions
  434.  
  435. local player = master
  436. local char = runner
  437. local Dummy = game.Workspace:FindFirstChild("MyDummy")
  438. local Gui = master.PlayerGui.MyDummy
  439. local Button1 = master.PlayerGui.MyDummy.Duplicate
  440. local Button2 = master.PlayerGui.MyDummy.Delete
  441. local Button3 = master.PlayerGui.MyDummy.Sing
  442. local Button4 = master.PlayerGui.MyDummy.Shut
  443. local Button5 = master.PlayerGui.MyDummy.Close
  444. local Button6 = master.PlayerGui.MyDummy.Follow
  445. local Button7 = master.PlayerGui.MyDummy.Stop
  446. local Button8 = master.PlayerGui.MyDummy.Inf
  447.  
  448. local rposition = runner.Torso.Position
  449. local music = Instance.new("Sound")
  450. local light = Instance.new("PointLight")
  451. local talk = Dummy.Head.talk.TextBox.Text
  452. local Works = game:FindFirstChildOfClass("Workspace")
  453. local DHumanoid = Dummy:FindFirstChildOfClass("Humanoid")
  454. local RHumanoid = runner:FindFirstChildOfClass("Humanoid")
  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, 5)
  489.  
  490.  
  491. music.Playing = false
  492. Dummy.Head.talk.TextBox.Text = "Yes master, ill sing for you"
  493.  
  494. wait(1)
  495.  
  496.  
  497. if mix == 1 then
  498.  
  499. Dummy.Head.talk.TextBox.Text = "Now Playing: HATSUNE MIKU - MAIRIEUX"
  500.  
  501. music.Parent = Dummy.Head
  502. music.Playing = true
  503. music.Volume = 5
  504. music.SoundId = "rbxassetid://6769399199"
  505. music.TimePosition = 0
  506.  
  507. light.Parent = Dummy.Head
  508. light.Brightness = 2
  509. light.Range = 12
  510. light.Enabled = true
  511. light.Color = Color3.new(1, 0.333333, 0.498039)
  512.  
  513. end
  514.  
  515. if mix == 2 then
  516.  
  517. Dummy.Head.talk.TextBox.Text = "Now Playing: Deltarune - Lost Girl (Noelle's Theme)"
  518.  
  519. music.Parent = Dummy.Head
  520. music.Playing = true
  521. music.Volume = 5
  522. music.SoundId = "rbxassetid://4652222971"
  523. music.TimePosition = 0
  524.  
  525. light.Parent = Dummy.Head
  526. light.Brightness = 2
  527. light.Range = 12
  528. light.Enabled = true
  529. light.Color = Color3.new(0.666667, 0.666667, 1)
  530.  
  531. end
  532.  
  533. if mix == 3 then
  534.  
  535. Dummy.Head.talk.TextBox.Text = "Now Playing: Snails House - Pixel Galaxy"
  536.  
  537. music.Parent = Dummy.Head
  538. music.Playing = true
  539. music.Volume = 5
  540. music.SoundId = "rbxassetid://1425570716"
  541. music.TimePosition = 0
  542.  
  543. light.Parent = Dummy.Head
  544. light.Brightness = 2
  545. light.Range = 12
  546. light.Enabled = true
  547. light.Color = Color3.new(1, 0.666667, 0.498039)
  548.  
  549. end
  550.  
  551. if mix == 4 then
  552.  
  553. Dummy.Head.talk.TextBox.Text = "Now Playing: DELTARUNE - End Credits Song"
  554.  
  555. music.Parent = Dummy.Head
  556. music.Playing = true
  557. music.Volume = 5
  558. music.SoundId = "rbxassetid://2533289322"
  559. music.TimePosition = 0
  560.  
  561. light.Parent = Dummy.Head
  562. light.Brightness = 2
  563. light.Range = 12
  564. light.Enabled = true
  565. light.Color = Color3.new(1, 0.666667, 0)
  566.  
  567. end
  568.  
  569. if mix == 5 then
  570.  
  571. Dummy.Head.talk.TextBox.Text = "Now Playing: Space Junk Galaxy Music - Super Mario Galaxy"
  572.  
  573. music.Parent = Dummy.Head
  574. music.Playing = true
  575. music.Volume = 5
  576. music.SoundId = "rbxassetid://154351646"
  577. music.TimePosition = 0
  578.  
  579. light.Parent = Dummy.Head
  580. light.Brightness = 4
  581. light.Range = 12
  582. light.Enabled = true
  583. light.Color = Color3.new(0.333333, 1, 1)
  584.  
  585. end
  586.  
  587.  
  588.  
  589.  
  590.  
  591. Button4.MouseButton1Down:Connect(function()
  592.  
  593. Dummy.Head.talk.TextBox.Text = "Yes master."
  594.  
  595. Dummy.Head.Sound.Playing = false
  596. Dummy.Head.PointLight.Enabled = false
  597.  
  598. wait(2)
  599.  
  600. Dummy.Head.talk.TextBox.Text = "..."
  601.  
  602. end)
  603.  
  604.  
  605.  
  606.  
  607. end)
  608.  
  609. Button5.MouseButton1Down:Connect(function()
  610.  
  611. master.PlayerGui.MyDummy:remove()
  612.  
  613. end)
  614.  
  615. Button6.MouseButton1Down:Connect(function()
  616.  
  617.  
  618. repeat
  619.  
  620.  
  621.  
  622.  
  623. Dummy.Head.talk.TextBox.Text = "Yes master, im coming"
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631. DHumanoid:MoveTo(runner.PrimaryPart.Position)
  632.  
  633. wait(0.1)
  634. Button7.MouseButton1Down:Connect(function()
  635.  
  636. Dummy.Head.talk.TextBox.Text = "Yes master."
  637.  
  638.  
  639. wait(1)
  640.  
  641. Dummy.Head.talk.TextBox.Text = "..."
  642.  
  643.  
  644. end)
  645.  
  646.  
  647. until Dummy.Head.talk.TextBox.Text == "Yes master."
  648.  
  649. print("ended")
  650.  
  651. end)
  652. Button8.MouseButton1Down:Connect(function()
  653. runner.Parent = Works.Terrain
  654. Dummy.Parent = Works.Terrain
  655. DHumanoid.Name = "SafeMode"
  656. DHumanoid.MaxHealth = math.huge
  657. DHumanoid.Health= math.huge
  658. RHumanoid.MaxHealth = math.huge
  659. RHumanoid.Health= math.huge
  660. RHumanoid.Name = "SafeMode"
  661. runner.Name = "SafeMode"
  662. Dummy.Head.talk.TextBox.Text = "Safe Mode Activated"
  663.  
  664. local GUIS = master:FindFirstChildOfClass("PlayerGui")
  665. GUIS.Name = "SafeMode"
  666. wait(2)
  667. Dummy.Head.talk.TextBox.Text = "..."
  668. end)
  669. Button9.MouseButton1Down:Connect(function()
  670. Dummy.Head.talk.TextBox.Text = "M- Master"
  671. local fa = Instance.new("Decal")
  672. fa.Texture = "http://www.roblox.com/asset/?id=4529210191"
  673. fa.Parent = Dummy.Head
  674.  
  675. local gig = Instance.new("Sound")
  676. gig.Parent = Dummy.Head
  677. gig.Volume = 5
  678. gig.Playing = true
  679. gig.SoundId = "http://www.roblox.com/asset/?id=5235559631"
  680.  
  681.  
  682. wait(2)
  683.  
  684. Dummy.Head.talk.TextBox.Text = "..."
  685. fa:Destroy()
  686.  
  687. end)
  688.  
  689. Button10.MouseButton1Down:Connect(function()
  690. local spawnm = Instance.new("SpawnLocation")
  691. spawnm.Position = rposition
  692. spawnm.Anchored = true
  693. spawnm.Parent = game.Workspace
  694. spawnm.Size = Vector3.new(2048, 16, 2048)
  695. end)
  696.  
  697. Button11.MouseButton1Down:Connect(function()
  698.  
  699. local Guiss = master:FindFirstChild("PlayerGui")
  700. Guiss:ClearAllChildren()
  701. wait(1)
  702. Gui.Parent = Guiss
  703.  
  704.  
  705. end)
  706. ---functions
  707.  
  708. ---por alguna razón no aguanta más de esta cantidad de functions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement