Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GuiService = Instance.new("ScreenGui")
  4. local Menu = Instance.new("TextButton")
  5. local Chat = Instance.new("Frame")
  6. local MenuBG = Instance.new("ImageLabel")
  7. local Close = Instance.new("TextButton")
  8. local SetBounty = Instance.new("TextButton")
  9. local Namee = Instance.new("TextBox")
  10. local DeleteEnvironment = Instance.new("TextButton")
  11. local FullEXP = Instance.new("TextButton")
  12. local InfiniteAurem = Instance.new("TextButton")
  13. local InfiniteLamina = Instance.new("TextButton")
  14. local Namee_2 = Instance.new("TextBox")
  15. local Legendary = Instance.new("TextButton")
  16. local Namee_3 = Instance.new("TextBox")
  17. local Level = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19. local Namee_4 = Instance.new("TextBox")
  20. local Nowipe = Instance.new("TextButton")
  21. local Regenerate = Instance.new("TextButton")
  22. local SetMagic = Instance.new("TextButton")
  23. local Namee_5 = Instance.new("TextBox")
  24. local SetSecondMagic = Instance.new("TextButton")
  25. local Namee_6 = Instance.new("TextBox")
  26. local SkillPoints = Instance.new("TextButton")
  27. local Namee_7 = Instance.new("TextBox")
  28. local AnimationPack = Instance.new("TextButton")
  29. local Namee_8 = Instance.new("TextBox")
  30. local Namee_9 = Instance.new("TextBox")
  31.  
  32. -- Properties
  33.  
  34. GuiService.Name = "Gui Service"
  35. GuiService.Parent = game.CoreGui
  36.  
  37. Menu.Name = "Menu"
  38. Menu.Parent = GuiService
  39. Menu.BackgroundColor3 = Color3.new(0, 0.188235, 0.27451)
  40. Menu.BackgroundTransparency = 0.5
  41. Menu.BorderSizePixel = 0
  42. Menu.Position = UDim2.new(0, 323, 0, 0)
  43. Menu.Size = UDim2.new(0, 60, 0, 20)
  44. Menu.Font = Enum.Font.SourceSansLight
  45. Menu.FontSize = Enum.FontSize.Size18
  46. Menu.Text = "Menu"
  47. Menu.TextColor3 = Color3.new(1, 1, 1)
  48. Open = false
  49.  
  50. Chat.Name = "Chat"
  51. Chat.Parent = GuiService
  52. Chat.Active = true
  53. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Chat.BackgroundTransparency = 1
  55. Chat.Draggable = true
  56. Chat.Position = UDim2.new(0.28, 000, 0.55, 1000)
  57. Chat.Selectable = true
  58. Chat.Size = UDim2.new(0, 537, 0, 56)
  59. Chat.Visible = false
  60.  
  61. MenuBG.Name = "MenuBG"
  62. MenuBG.Parent = Chat
  63. MenuBG.BackgroundColor3 = Color3.new(1, 1, 1)
  64. MenuBG.BackgroundTransparency = 1
  65. MenuBG.Size = UDim2.new(0, 593, 0, 361)
  66. MenuBG.Image = "rbxassetid://491261712"
  67. MenuBG.ImageTransparency = 0.10000000149012
  68.  
  69. Close.Name = "Close"
  70. Close.Parent = Chat
  71. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Close.BackgroundTransparency = 1
  73. Close.Position = UDim2.new(0, 537, 0, 28)
  74. Close.Size = UDim2.new(0, 40, 0, 28)
  75. Close.Font = Enum.Font.SourceSans
  76. Close.FontSize = Enum.FontSize.Size14
  77. Close.TextTransparency = 1
  78. Close.MouseButton1Down:connect(function(open)
  79. Chat:TweenPosition(UDim2.new(0.28, 0, 1.0, 1000), "In", "Sine",1,true)
  80. Open = false
  81. end)
  82.  
  83. Menu.MouseButton1Down:connect(function(open)
  84. if Open == false then
  85. Chat.Visible = true
  86. Chat:TweenPosition(UDim2.new(0.28, 0, 0.55, -250), "Out", "Back",1.5,true)
  87. Open = true
  88. elseif Open == true then
  89. Chat:TweenPosition(UDim2.new(0.28, 0, 1.0, 1000), "In", "Sine",1,true)
  90. Open = false
  91. end
  92. end)
  93.  
  94. SetBounty.Name = "Set Bounty"
  95. SetBounty.Parent = Chat
  96. SetBounty.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  97. SetBounty.BackgroundTransparency = 0.60000002384186
  98. SetBounty.BorderSizePixel = 0
  99. SetBounty.Position = UDim2.new(0, 180, 0, 75)
  100. SetBounty.Size = UDim2.new(0, 70, 0, 53)
  101. SetBounty.Font = Enum.Font.SourceSansLight
  102. SetBounty.FontSize = Enum.FontSize.Size18
  103. SetBounty.Text = "Bounty"
  104. SetBounty.TextColor3 = Color3.new(1, 1, 1)
  105. SetBounty.TextStrokeColor3 = Color3.new(1, 1, 1)
  106.  
  107. DeleteEnvironment.Name = "Delete Environment"
  108. DeleteEnvironment.Parent = Chat
  109. DeleteEnvironment.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  110. DeleteEnvironment.BackgroundTransparency = 0.60000002384186
  111. DeleteEnvironment.BorderSizePixel = 0
  112. DeleteEnvironment.Position = UDim2.new(0, 20, 0, 75)
  113. DeleteEnvironment.Size = UDim2.new(0, 70, 0, 70)
  114. DeleteEnvironment.Font = Enum.Font.SourceSansLight
  115. DeleteEnvironment.FontSize = Enum.FontSize.Size12
  116. DeleteEnvironment.Text = "No Environment"
  117. DeleteEnvironment.TextColor3 = Color3.new(1, 1, 1)
  118. DeleteEnvironment.TextStrokeColor3 = Color3.new(1, 1, 1)
  119. DeleteEnvironment.MouseButton1Down:connect(function(open)
  120. game.Workspace.Environment:Remove()
  121. end)
  122.  
  123. FullEXP.Name = "Full EXP"
  124. FullEXP.Parent = Chat
  125. FullEXP.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  126. FullEXP.BackgroundTransparency = 0.60000002384186
  127. FullEXP.BorderSizePixel = 0
  128. FullEXP.Position = UDim2.new(0, 100, 0, 75)
  129. FullEXP.Size = UDim2.new(0, 70, 0, 70)
  130. FullEXP.Font = Enum.Font.SourceSansLight
  131. FullEXP.FontSize = Enum.FontSize.Size14
  132. FullEXP.Text = "Full EXP"
  133. FullEXP.TextColor3 = Color3.new(1, 1, 1)
  134. FullEXP.TextStrokeColor3 = Color3.new(1, 1, 1)
  135. FullEXP.MouseButton1Down:connect(function(open)
  136. while true do
  137. wait(5)
  138. game.Workspace.Stats.SetStat:FireServer("EXP", 99999, "math.random() is the best thing ever")
  139. end
  140. end)
  141.  
  142.  
  143. InfiniteAurem.Name = "Infinite Aurem"
  144. InfiniteAurem.Parent = Chat
  145. InfiniteAurem.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  146. InfiniteAurem.BackgroundTransparency = 0.60000002384186
  147. InfiniteAurem.BorderSizePixel = 0
  148. InfiniteAurem.Position = UDim2.new(0, 340, 0, 75)
  149. InfiniteAurem.Size = UDim2.new(0, 70, 0, 70)
  150. InfiniteAurem.Font = Enum.Font.SourceSansLight
  151. InfiniteAurem.FontSize = Enum.FontSize.Size18
  152. InfiniteAurem.Text = "Aurem"
  153. InfiniteAurem.TextColor3 = Color3.new(1, 1, 1)
  154. InfiniteAurem.TextStrokeColor3 = Color3.new(1, 1, 1)
  155. InfiniteAurem.MouseButton1Down:connect(function(open)
  156. while true do
  157. wait(0.1)
  158. game.Workspace.Stats.SetStat:FireServer("Aurem", 300, "math.random() is the best thing ever")
  159. end
  160. end)
  161.  
  162.  
  163. InfiniteLamina.Name = "Infinite Lamina"
  164. InfiniteLamina.Parent = Chat
  165. InfiniteLamina.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  166. InfiniteLamina.BackgroundTransparency = 0.60000002384186
  167. InfiniteLamina.BorderSizePixel = 0
  168. InfiniteLamina.Position = UDim2.new(0, 180, 0, 155)
  169. InfiniteLamina.Size = UDim2.new(0, 70, 0, 53)
  170. InfiniteLamina.Font = Enum.Font.SourceSansLight
  171. InfiniteLamina.FontSize = Enum.FontSize.Size14
  172. InfiniteLamina.Text = "Lamina"
  173. InfiniteLamina.TextColor3 = Color3.new(1, 1, 1)
  174. InfiniteLamina.TextStrokeColor3 = Color3.new(1, 1, 1)
  175.  
  176. Legendary.Name = "Legendary"
  177. Legendary.Parent = Chat
  178. Legendary.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  179. Legendary.BackgroundTransparency = 0.60000002384186
  180. Legendary.BorderSizePixel = 0
  181. Legendary.Position = UDim2.new(0, 260, 0, 75)
  182. Legendary.Size = UDim2.new(0, 70, 0, 53)
  183. Legendary.Font = Enum.Font.SourceSansLight
  184. Legendary.FontSize = Enum.FontSize.Size14
  185. Legendary.Text = "Reputation"
  186. Legendary.TextColor3 = Color3.new(1, 1, 1)
  187. Legendary.TextStrokeColor3 = Color3.new(1, 1, 1)
  188.  
  189. Level.Name = "Level"
  190. Level.Parent = Chat
  191. Level.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  192. Level.BackgroundTransparency = 0.60000002384186
  193. Level.BorderSizePixel = 0
  194. Level.Position = UDim2.new(0, 420, 0, 75)
  195. Level.Size = UDim2.new(0, 70, 0, 53)
  196. Level.Font = Enum.Font.SourceSansLight
  197. Level.FontSize = Enum.FontSize.Size18
  198. Level.Text = "Level"
  199. Level.TextColor3 = Color3.new(1, 1, 1)
  200. Level.TextStrokeColor3 = Color3.new(1, 1, 1)
  201.  
  202. TextLabel.Parent = Level
  203. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  204. TextLabel.BackgroundTransparency = 1
  205. TextLabel.Position = UDim2.new(0, 0, 0, 29)
  206. TextLabel.Size = UDim2.new(0, 70, 0, 24)
  207. TextLabel.ZIndex = 10
  208. TextLabel.Font = Enum.Font.SourceSans
  209. TextLabel.FontSize = Enum.FontSize.Size14
  210. TextLabel.Text = "Detectable"
  211. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  212.  
  213. Nowipe.Name = "Nowipe"
  214. Nowipe.Parent = Chat
  215. Nowipe.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  216. Nowipe.BackgroundTransparency = 0.60000002384186
  217. Nowipe.BorderSizePixel = 0
  218. Nowipe.Position = UDim2.new(0, 100, 0, 155)
  219. Nowipe.Size = UDim2.new(0, 70, 0, 70)
  220. Nowipe.Font = Enum.Font.SourceSansLight
  221. Nowipe.FontSize = Enum.FontSize.Size18
  222. Nowipe.Text = "No Wipe"
  223. Nowipe.TextColor3 = Color3.new(1, 1, 1)
  224. Nowipe.TextStrokeColor3 = Color3.new(1, 1, 1)
  225. Nowipe.MouseButton1Down:connect(function(open)
  226. game.Workspace.Stats.WipeInventory:Remove()
  227. Instance.new("RemoteEvent", game.Workspace.Stats)
  228. game.Workspace.Stats.RemoteEvent.Name = "WipeInventory"
  229. end)
  230.  
  231. Regenerate.Name = "Regenerate"
  232. Regenerate.Parent = Chat
  233. Regenerate.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  234. Regenerate.BackgroundTransparency = 0.60000002384186
  235. Regenerate.BorderSizePixel = 0
  236. Regenerate.Position = UDim2.new(0, 20, 0, 155)
  237. Regenerate.Size = UDim2.new(0, 70, 0, 70)
  238. Regenerate.Font = Enum.Font.SourceSansLight
  239. Regenerate.FontSize = Enum.FontSize.Size18
  240. Regenerate.Text = "Regenerate"
  241. Regenerate.TextColor3 = Color3.new(1, 1, 1)
  242. Regenerate.TextStrokeColor3 = Color3.new(1, 1, 1)
  243. Regenerate.MouseButton1Down:connect(function(open)
  244. while true do
  245. wait(1)
  246. game.Players.LocalPlayer.bin.MagicEnergy.Value = 99999
  247. game.Players.LocalPlayer.bin.Stamina.Value = 99999
  248. end
  249. end)
  250.  
  251. SetMagic.Name = "Set Magic"
  252. SetMagic.Parent = Chat
  253. SetMagic.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  254. SetMagic.BackgroundTransparency = 0.60000002384186
  255. SetMagic.BorderSizePixel = 0
  256. SetMagic.Position = UDim2.new(0, 500, 0, 75)
  257. SetMagic.Size = UDim2.new(0, 70, 0, 53)
  258. SetMagic.Font = Enum.Font.SourceSansLight
  259. SetMagic.FontSize = Enum.FontSize.Size18
  260. SetMagic.Text = "First Magic"
  261. SetMagic.TextColor3 = Color3.new(1, 1, 1)
  262. SetMagic.TextStrokeColor3 = Color3.new(1, 1, 1)
  263.  
  264. SetSecondMagic.Name = "Set Second Magic"
  265. SetSecondMagic.Parent = Chat
  266. SetSecondMagic.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  267. SetSecondMagic.BackgroundTransparency = 0.60000002384186
  268. SetSecondMagic.BorderSizePixel = 0
  269. SetSecondMagic.Position = UDim2.new(0, 260, 0, 155)
  270. SetSecondMagic.Size = UDim2.new(0, 70, 0, 53)
  271. SetSecondMagic.Font = Enum.Font.SourceSansLight
  272. SetSecondMagic.FontSize = Enum.FontSize.Size14
  273. SetSecondMagic.Text = "Second Magic"
  274. SetSecondMagic.TextColor3 = Color3.new(1, 1, 1)
  275. SetSecondMagic.TextStrokeColor3 = Color3.new(1, 1, 1)
  276.  
  277. SkillPoints.Name = "Skill Points"
  278. SkillPoints.Parent = Chat
  279. SkillPoints.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  280. SkillPoints.BackgroundTransparency = 0.60000002384186
  281. SkillPoints.BorderSizePixel = 0
  282. SkillPoints.Position = UDim2.new(0, 340, 0, 155)
  283. SkillPoints.Size = UDim2.new(0, 70, 0, 53)
  284. SkillPoints.Font = Enum.Font.SourceSansLight
  285. SkillPoints.FontSize = Enum.FontSize.Size18
  286. SkillPoints.Text = "Skill Points"
  287. SkillPoints.TextColor3 = Color3.new(1, 1, 1)
  288. SkillPoints.TextStrokeColor3 = Color3.new(1, 1, 1)
  289.  
  290. AnimationPack.Name = "AnimationPack"
  291. AnimationPack.Parent = Chat
  292. AnimationPack.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  293. AnimationPack.BackgroundTransparency = 0.60000002384186
  294. AnimationPack.BorderSizePixel = 0
  295. AnimationPack.Position = UDim2.new(0, 420, 0, 155)
  296. AnimationPack.Size = UDim2.new(0, 70, 0, 53)
  297. AnimationPack.Font = Enum.Font.SourceSansLight
  298. AnimationPack.FontSize = Enum.FontSize.Size12
  299. AnimationPack.Text = "Animation Pack"
  300. AnimationPack.TextColor3 = Color3.new(1, 1, 1)
  301. AnimationPack.TextStrokeColor3 = Color3.new(1, 1, 1)
  302.  
  303. Namee.Name = "Namee"
  304. Namee.Parent = SetBounty
  305. Namee.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  306. Namee.BackgroundTransparency = 0.60000002384186
  307. Namee.Position = UDim2.new(0, 0, 0, 55)
  308. Namee.Size = UDim2.new(0, 70, 0, 15)
  309. Namee.Font = Enum.Font.SourceSansLight
  310. Namee.FontSize = Enum.FontSize.Size14
  311. Namee.Text = "[Amount]"
  312. Namee.TextColor3 = Color3.new(1, 1, 1)
  313. BountyA = Namee.Text
  314. SetBounty.MouseButton1Down:connect(function(open)
  315. BountyA = Namee.Text
  316. game.Workspace.Stats.SetStat:FireServer("Bounty", tonumber(BountyA) + 0, "math.random() is the best thing ever")
  317. end)
  318.  
  319. Namee_2.Name = "Namee"
  320. Namee_2.Parent = InfiniteLamina
  321. Namee_2.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  322. Namee_2.BackgroundTransparency = 0.60000002384186
  323. Namee_2.BorderSizePixel = 0
  324. Namee_2.Position = UDim2.new(0, 0, 0, 55)
  325. Namee_2.Size = UDim2.new(0, 70, 0, 15)
  326. Namee_2.Font = Enum.Font.SourceSansLight
  327. Namee_2.FontSize = Enum.FontSize.Size14
  328. Namee_2.Text = "[Amount]"
  329. Namee_2.TextColor3 = Color3.new(1, 1, 1)
  330. LaminaA = Namee_2.Text
  331. InfiniteLamina.MouseButton1Down:connect(function(open)
  332. LaminaA = Namee_2.Text
  333. game.Workspace.Stats.SetStat:FireServer("Lamina", tonumber(LaminaA) + 0, "math.random() is the best thing ever")
  334. end)
  335.  
  336. Namee_3.Name = "Namee"
  337. Namee_3.Parent = Legendary
  338. Namee_3.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  339. Namee_3.BackgroundTransparency = 0.60000002384186
  340. Namee_3.BorderSizePixel = 0
  341. Namee_3.Position = UDim2.new(0, 0, 0, 55)
  342. Namee_3.Size = UDim2.new(0, 70, 0, 15)
  343. Namee_3.Font = Enum.Font.SourceSansLight
  344. Namee_3.FontSize = Enum.FontSize.Size14
  345. Namee_3.Text = "[Amount]"
  346. Namee_3.TextColor3 = Color3.new(1, 1, 1)
  347. LegendaryA = Namee_3.Text
  348. Legendary.MouseButton1Down:connect(function(open)
  349. LegendaryA = Namee_3.Text
  350. game.Workspace.Stats.SetStat:FireServer("Reputation", tonumber(LegendaryA) + 0, "math.random() is the best thing ever")
  351. end)
  352.  
  353.  
  354. Namee_4.Name = "Namee"
  355. Namee_4.Parent = Level
  356. Namee_4.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  357. Namee_4.BackgroundTransparency = 0.60000002384186
  358. Namee_4.BorderSizePixel = 0
  359. Namee_4.Position = UDim2.new(0, 0, 0, 55)
  360. Namee_4.Size = UDim2.new(0, 70, 0, 15)
  361. Namee_4.Font = Enum.Font.SourceSansLight
  362. Namee_4.FontSize = Enum.FontSize.Size14
  363. Namee_4.Text = "[Amount]"
  364. Namee_4.TextColor3 = Color3.new(1, 1, 1)
  365. LevelA = Namee_4.Text
  366. Level.MouseButton1Down:connect(function(open)
  367. LevelA = Namee_4.Text
  368. game.Workspace.Stats.SetStat:FireServer("Level", tonumber(LevelA) + 0, "math.random() is the best thing ever")
  369. end)
  370.  
  371. Namee_5.Name = "Namee"
  372. Namee_5.Parent = SetMagic
  373. Namee_5.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  374. Namee_5.BackgroundTransparency = 0.60000002384186
  375. Namee_5.BorderSizePixel = 0
  376. Namee_5.Position = UDim2.new(0, 0, 0, 55)
  377. Namee_5.Size = UDim2.new(0, 70, 0, 15)
  378. Namee_5.Font = Enum.Font.SourceSansLight
  379. Namee_5.FontSize = Enum.FontSize.Size14
  380. Namee_5.Text = "[Magic]"
  381. Namee_5.TextColor3 = Color3.new(1, 1, 1)
  382. MagicA = Namee_5.Text
  383. SetMagic.MouseButton1Down:connect(function(open)
  384. MagicA = Namee_5.Text
  385. game.Workspace.Stats.SetStat:FireServer("Magic", tostring(MagicA), "math.random() is the best thing ever")
  386. end)
  387.  
  388. Namee_6.Name = "Namee"
  389. Namee_6.Parent = SetSecondMagic
  390. Namee_6.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  391. Namee_6.BackgroundTransparency = 0.60000002384186
  392. Namee_6.BorderSizePixel = 0
  393. Namee_6.Position = UDim2.new(0, 0, 0, 55)
  394. Namee_6.Size = UDim2.new(0, 70, 0, 15)
  395. Namee_6.Font = Enum.Font.SourceSansLight
  396. Namee_6.FontSize = Enum.FontSize.Size14
  397. Namee_6.Text = "[Magic]"
  398. Namee_6.TextColor3 = Color3.new(1, 1, 1)
  399. MagicA2 = Namee_6.Text
  400. SetSecondMagic.MouseButton1Down:connect(function(open)
  401. MagicA2 = Namee_6.Text
  402. game.Workspace.Stats.SetStat:FireServer("Magic2", tostring(MagicA2), "math.random() is the best thing ever")
  403. end)
  404.  
  405. Namee_7.Name = "Namee"
  406. Namee_7.Parent = SkillPoints
  407. Namee_7.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  408. Namee_7.BackgroundTransparency = 0.60000002384186
  409. Namee_7.BorderSizePixel = 0
  410. Namee_7.Position = UDim2.new(0, 0, 0, 55)
  411. Namee_7.Size = UDim2.new(0, 70, 0, 15)
  412. Namee_7.Font = Enum.Font.SourceSansLight
  413. Namee_7.FontSize = Enum.FontSize.Size14
  414. Namee_7.Text = "[Amount]"
  415. Namee_7.TextColor3 = Color3.new(1, 1, 1)
  416.  
  417. Namee_8.Name = "Namee"
  418. Namee_8.Parent = AnimationPack
  419. Namee_8.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  420. Namee_8.BackgroundTransparency = 0.60000002384186
  421. Namee_8.BorderSizePixel = 0
  422. Namee_8.Position = UDim2.new(0, 0, 0, 55)
  423. Namee_8.Size = UDim2.new(0, 70, 0, 15)
  424. Namee_8.Font = Enum.Font.SourceSansLight
  425. Namee_8.FontSize = Enum.FontSize.Size14
  426. Namee_8.Text = "[Pack]"
  427. Namee_8.TextColor3 = Color3.new(1, 1, 1)
  428. AP = Level.Namee_8.Text
  429. AnimationPack.MouseButton1Down:connect(function(open)
  430. AP = Level.Namee_8.Text
  431. game.Workspace.Stats.SetStat:FireServer("Current Pack", tostring(AP), "math.random() is the best thing ever")
  432. end)
  433.  
  434. SPA = Level.Namee_7.Text
  435. SkillPoints.MouseButton1Down:connect(function(open)
  436. SPA = Level.Namee_7.Text
  437. game.Workspace.Stats.SetStat:FireServer("SP", tonumber(SPA) + 0, "math.random() is the best thing ever")
  438. end)
  439.  
  440.  
  441. -------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement