Advertisement
NuggetExploits

ArcaneAdventures Roblox RARE SCRIPT

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