Roblox Mint Tycoon Free

Roblox Mint Tycoon Free

Roblox Mint Tycoon Wiki

1 This page explains all the upgrades available in Mint Tycoon 2 Mint 3 Platform 4 Vault Grinder, Polisher, and Recycler The grinder increases quality by a bit, whichincreases the moneymade on sales. How to get the superhero mod for free in roblox. New codes for ghost simulator in roblox. (B$750) The Polisher does the same as the grinder but has a higher quality boost and stacks with the grinder. (B$1,750) The Recycler further increases the quality of the coins. It also gives you. Codes for ranch simulator 2019 roblox list codes. Welcome to Seniac's Mint Tycoon where he is making all the money! Can we get 500 Likes?Support me and enter my Star code 'SENIAC' when you buy Robux at https.

May 30th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --Script made by Fiterpilot. All rights reserved to Nova Studio
  2. --Variables
  3. local tycoon = script.Parent.Tycoon --Variable for Tycoon object (inside of tycoon)
  4. local ownerName = tycoon.OwnerName --Variable for OwnerName object
  5. local cash = tycoon.Cash --Variable for cash object
  6. local essentials = tycoon.Essentials -- Variable for Essentials object
  7. local purchases = tycoon.Purchases
  8. local claim = tycoon['Become Owner'].Head --Variable for claim part
  9. local collector = essentials.Collector -- Variable for collector part
  10. local giver = essentials.Giver --Varaible for giver part
  11. local display = essentials.Display --Variable for display
  12. local PCash --Variable for player's cash
  13. --Variable for Regen
  14. local Backup = Model:clone()--Clones Model
  15. claim.Touched:connect(function(hit)--Function for claiming
  16. if ownerName.Value 'then--If ownerName.Value is '
  17. player = game.Players:GetPlayerFromCharacter(hit.Parent)--Find the player that touched it
  18. print('player exists')
  19. PCash = player.leaderstats:FindFirstChild('Cash')--Find his cash
  20. print('PCash exists')
  21. local owns = player:FindFirstChild('Owns')--Find his owns
  22. print('Owns exists')
  23. if hit.Parent:FindFirstChild('Humanoid')then--Now, is he a human?
  24. if hit.Parent.Humanoid.Health >0then--Is he alive?!
  25. ownerName.Value = player.Name --Change ownerName to his name
  26. claim.Parent.Name = player.Name.'s kitchen'--Show ownership
  27. claim.CanCollide =false--Make sure we can walk through
  28. player.TeamColor = claim.BrickColor --Set his team to the color of the brick
  29. end
  30. end
  31. end
  32. end
  33. collector.Touched:connect(function(hit)--When the collector is touched
  34. if hit.Name 'Food'then--If it was touched by 'Food'
  35. local val = hit:FindFirstChild('Value')--Find how much it's worth
  36. cash.Value = cash.Value + val.Value --Add the value of the food to cash
  37. end
  38. end)
  39. --Give player money
  40. giver.Touched:connect(function(hit)--When the giver is touched
  41. if cash.Value >0then
  42. if hit.Parent.Name ownerName.Value then--If hit's name is = to ownerName
  43. PCash.Value = PCash.Value + cash.Value --Give the player the money
  44. buySound:Play()--Plays sound
  45. end
  46. end)
  47. --Updating display
  48. cash.Changed:connect(function()--When cash is changed
  49. display.SG.Frame.Money.Text =tostring(cash.Value)--Update display
  50. for i,v inpairs(buttons:GetChildren())do--Look through all the buttons and get their children
  51. if v:FindFirstChild('Head')then--Find the children's heads
  52. local object = purchases:FindFirstChild(v.Object.Value)--Hold the value for objects
  53. objects[object.Name]= object:Clone()--Clone it
  54. else
  55. print('Button: '.v.Name.' is missing its object and has been removed.')
  56. v.Head.Transparency =1
  57. if v:FindFirstChild('Dependency')then--Find the dependency
  58. v.Head.Transparency =1
  59. if purchasedO:WaitForChild(v.Dependency.Value)then--Wait for that object to be purchased
  60. v.Head.Transparency =0
  61. end))
  62. v.Head.Touched:connect(function(hit)--If the head of a button is touched
  63. local player = game.Players:GetPlayerFromCharacter(hit.Parent)--Find the player
  64. if v.Head.CanCollide truethen--See if the button can collide
  65. print('Player exists')
  66. if ownerName.Value player.Name then--See if the player owns the tycoon
  67. if hit.Parent:FindFirstChild('Humanoid')then--See if the player has a humanoid
  68. if hit.Parent.Humanoid.Health >0then--See if the humanoid is alive
  69. if PCash ~=nilthen--See if PCash exists
  70. if PCash.Value >= v.Price.Value then--If PCash is greater than price
  71. PCash.Value = PCash.Value - v.Price.Value --Purchase the object
  72. objects[v.Object.Value].Parent = purchasedO --Move it into puchasedobjects
  73. v.Head.Transparency =1
  74. end
  75. end
  76. end
  77. end
  78. end
  79. game.Players.PlayerRemoving:connect(function(player)--Function for player removal
  80. if ownerName.Value ~='then--If ownerName isn't equal to nothing then
  81. if ownerName.Value player.Name then--If the leaving player has the same name as ownerName
  82. Model:remove()--Removes Model
  83. Model.Parent = script.Parent --Sets Models Parent To The Tycoon
  84. end
  85. end)

Roblox Mint Tycoon Free Download

May 13th, 2019

Best Roblox Tycoons

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Version: 2.82
  2. local GUI = Instance.new('ScreenGui')
  3. local Open = Instance.new('TextButton')
  4. local TixA = Instance.new('Frame')
  5. local TixB = Instance.new('Frame')
  6. local F1Auto = Instance.new('TextButton')
  7. local F1WTP = Instance.new('TextButton')
  8. local F2STP = Instance.new('TextButton')
  9. local F3Auto = Instance.new('TextButton')
  10. local F3WTP = Instance.new('TextButton')
  11. local F4STP = Instance.new('TextButton')
  12. local TpTT = Instance.new('TextButton')
  13. local Speed = Instance.new('TextButton')
  14. local Close = Instance.new('TextButton')
  15. GUI.Name = 'GUI'
  16. OpenFrame.Parent = GUI
  17. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 1)
  18. OpenFrame.Size = UDim2.new(0, 134, 0, 38)
  19. Open.Name = 'Open'
  20. Open.BackgroundColor3 = Color3.new(0, 0, 0.639216)
  21. Open.Position = UDim2.new(0, 7, 0, 6)
  22. Open.Font = Enum.Font.Cartoon
  23. Open.TextColor3 = Color3.new(1, 1, 1)
  24. Open.MouseButton1Down:connect(function()
  25. OpenFrame.Visible = false
  26. Main.Parent = GUI
  27. Main.BackgroundColor3 = Color3.new(0, 0, 1)
  28. Main.BorderSizePixel = 0
  29. Main.Size = UDim2.new(0, 611, 0, 333)
  30. Main.Draggable = true
  31. TixA.Name = 'TixA'
  32. TixA.BackgroundColor3 = Color3.new(0, 0, 1)
  33. TixA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  34. TixA.Size = UDim2.new(0, 611, 0, 29)
  35. Name.Name = 'Name'
  36. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Name.BorderSizePixel = 0
  38. Name.Size = UDim2.new(0, 229, 0, 29)
  39. Name.Text = 'Tix Factory Gui'
  40. Name.TextSize = 30
  41. TixB.Name = 'TixB'
  42. TixB.BackgroundColor3 = Color3.new(0, 0, 1)
  43. TixB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  44. TixB.Position = UDim2.new(0, 0, 0, 304)
  45. Credit.Parent = TixB
  46. Credit.BackgroundTransparency = 1
  47. Credit.Position = UDim2.new(0, 191, 0, 0)
  48. Credit.Font = Enum.Font.Cartoon
  49. Credit.Text = 'GUI made by BOT Honor#8435 [Script credits goes to their respectful owners]'
  50. Credit.TextSize = 18
  51. F1Auto.Name = 'F1 Auto'
  52. F1Auto.BackgroundColor3 = Color3.new(0, 0, 1)
  53. F1Auto.Position = UDim2.new(0, 34, 0, 42)
  54. F1Auto.Font = Enum.Font.Cartoon
  55. F1Auto.TextColor3 = Color3.new(0, 1, 1)
  56. F1Auto.MouseButton1Down:connect(function()
  57. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(224, 857.6, 147.6)
  58. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(381.8, 857.8, -2323.5)
  59. end)
  60. F1STP.Name = 'F1 STP'
  61. F1STP.BackgroundColor3 = Color3.new(0, 0, 1)
  62. F1STP.Position = UDim2.new(0, 227, 0, 43)
  63. F1STP.Font = Enum.Font.Cartoon
  64. F1STP.TextColor3 = Color3.new(0, 1, 1)
  65. F1STP.MouseButton1Down:connect(function()
  66. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(404, 857.6, -2310.3)
  67. end)
  68. F1WTP.Name = 'F1 WTP'
  69. F1WTP.BackgroundColor3 = Color3.new(0, 0, 1)
  70. F1WTP.Position = UDim2.new(0, 420, 0, 43)
  71. F1WTP.Font = Enum.Font.Cartoon
  72. F1WTP.TextColor3 = Color3.new(0, 1, 1)
  73. F1WTP.MouseButton1Down:connect(function()
  74. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(84.2, 857.7, -1059.8)
  75. end)
  76. F2Auto.Name = 'F2 Auto'
  77. F2Auto.BackgroundColor3 = Color3.new(0, 0, 1)
  78. F2Auto.Position = UDim2.new(0, 34, 0, 97)
  79. F2Auto.Font = Enum.Font.Cartoon
  80. F2Auto.TextColor3 = Color3.new(0, 1, 1)
  81. F2Auto.MouseButton1Down:connect(function()
  82. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-210.2, 857.6, 137.9)
  83. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(127.1, 857.8, -2323.5)
  84. end)
  85. F2STP.Name = 'F2 STP'
  86. F2STP.BackgroundColor3 = Color3.new(0, 0, 1)
  87. F2STP.Position = UDim2.new(0, 227, 0, 98)
  88. F2STP.Font = Enum.Font.Cartoon
  89. F2STP.TextColor3 = Color3.new(0, 1, 1)
  90. F2STP.MouseButton1Down:connect(function()
  91. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(150.2, 857.6, -2311.3)
  92. end)
  93. F2WTP.Name = 'F2 WTP'
  94. F2WTP.BackgroundColor3 = Color3.new(0, 0, 1)
  95. F2WTP.Position = UDim2.new(0, 420, 0, 98)
  96. F2WTP.Font = Enum.Font.Cartoon
  97. F2WTP.TextColor3 = Color3.new(0, 1, 1)
  98. F2WTP.MouseButton1Down:connect(function()
  99. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9.6, 857.7, -1056.5)
  100. end)
  101. F3Auto.Name = 'F3 Auto'
  102. F3Auto.BackgroundColor3 = Color3.new(0, 0, 1)
  103. F3Auto.Position = UDim2.new(0, 34, 0, 146)
  104. F3Auto.Font = Enum.Font.Cartoon
  105. F3Auto.TextColor3 = Color3.new(0, 1, 1)
  106. F3Auto.MouseButton1Down:connect(function()
  107. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-86.3, 857.6, -355.7)
  108. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-135.8, 857.8, -2323.5)
  109. end)
  110. F3STP.Name = 'F3 STP'
  111. F3STP.BackgroundColor3 = Color3.new(0, 0, 1)
  112. F3STP.Position = UDim2.new(0, 227, 0, 147)
  113. F3STP.Font = Enum.Font.Cartoon
  114. F3STP.TextColor3 = Color3.new(0, 1, 1)
  115. F3STP.MouseButton1Down:connect(function()
  116. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-113.5, 857.6, -2310.3)
  117. end)
  118. F3WTP.Name = 'F3 WTP'
  119. F3WTP.BackgroundColor3 = Color3.new(0, 0, 1)
  120. F3WTP.Position = UDim2.new(0, 420, 0, 147)
  121. F3WTP.Font = Enum.Font.Cartoon
  122. F3WTP.TextColor3 = Color3.new(0, 1, 1)
  123. F3WTP.MouseButton1Down:connect(function()
  124. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.3, 857.7, -1058.2)
  125. end)
  126. F4Auto.Name = 'F4 Auto'
  127. F4Auto.BackgroundColor3 = Color3.new(0, 0, 1)
  128. F4Auto.Position = UDim2.new(0, 34, 0, 200)
  129. F4Auto.Font = Enum.Font.Cartoon
  130. F4Auto.TextColor3 = Color3.new(0, 1, 1)
  131. F4Auto.MouseButton1Down:connect(function()
  132. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(239.1, 857.6, -223.8)
  133. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-398.6, 857.8, -2323.1)
  134. end)
  135. F4STP.Name = 'F4 STP'
  136. F4STP.BackgroundColor3 = Color3.new(0, 0, 1)
  137. F4STP.Position = UDim2.new(0, 227, 0, 200)
  138. F4STP.Font = Enum.Font.Cartoon
  139. F4STP.TextColor3 = Color3.new(0, 1, 1)
  140. F4STP.MouseButton1Down:connect(function()
  141. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-376.5, 857.6, -2315.1)
  142. end)
  143. F4WTP.Name = 'F4 WTP'
  144. F4WTP.BackgroundColor3 = Color3.new(0, 0, 1)
  145. F4WTP.Position = UDim2.new(0, 420, 0, 200)
  146. F4WTP.Font = Enum.Font.Cartoon
  147. F4WTP.TextColor3 = Color3.new(0, 1, 1)
  148. F4WTP.MouseButton1Down:connect(function()
  149. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(181.6, 857.7, -1049.6)
  150. end)
  151. TpTT.Name = 'Tp TT'
  152. TpTT.BackgroundColor3 = Color3.new(0, 0, 1)
  153. TpTT.Position = UDim2.new(0, 34, 0, 252)
  154. TpTT.Font = Enum.Font.Cartoon
  155. TpTT.TextColor3 = Color3.new(0, 1, 1)
  156. TpTT.MouseButton1Down:connect(function()
  157. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(66.1, 549.1, -1939.4)
  158. end)
  159. TPUT.Name = 'TP UT'
  160. TPUT.BackgroundColor3 = Color3.new(0, 0, 1)
  161. TPUT.Position = UDim2.new(0, 227, 0, 252)
  162. TPUT.Font = Enum.Font.Cartoon
  163. TPUT.TextColor3 = Color3.new(0, 1, 1)
  164. TPUT.MouseButton1Down:connect(function()
  165. Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(107.4, 524, -1625.5)
  166. end)
  167. Speed.Name = 'Speed'
  168. Speed.BackgroundColor3 = Color3.new(0, 0, 1)
  169. Speed.Position = UDim2.new(0, 420, 0, 252)
  170. Speed.Font = Enum.Font.Cartoon
  171. Speed.TextColor3 = Color3.new(0, 1, 1)
  172. Speed.MouseButton1Down:connect(function()
  173. game.Workspace.NerfGunCaleb.Humanoid.WalkSpeed = 100
  174. TPClick.Parent = Main
  175. TPClick.BorderSizePixel = 0
  176. TPClick.Size = UDim2.new(0, 77, 0, 39)
  177. TPClick.Text = 'TP Click [B]'
  178. TPClick.TextSize = 16
  179. -- How to use; click 'b' on your keyboard and you will
  180. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  181. end
  182. end
  183. end)
  184. Close.Name = 'Close'
  185. Close.BackgroundColor3 = Color3.new(0, 0, 1)
  186. Close.BorderSizePixel = 0
  187. Close.Size = UDim2.new(0, 67, 0, 29)
  188. Close.Text = 'X'
  189. Close.TextSize = 30
  190. OpenFrame.Visible = true
  191. end)