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!
- --Script made by Fiterpilot. All rights reserved to Nova Studio
- --Variables
- local tycoon = script.Parent.Tycoon --Variable for Tycoon object (inside of tycoon)
- local ownerName = tycoon.OwnerName --Variable for OwnerName object
- local cash = tycoon.Cash --Variable for cash object
- local essentials = tycoon.Essentials -- Variable for Essentials object
- local purchases = tycoon.Purchases
- local claim = tycoon['Become Owner'].Head --Variable for claim part
- local collector = essentials.Collector -- Variable for collector part
- local giver = essentials.Giver --Varaible for giver part
- local display = essentials.Display --Variable for display
- local PCash --Variable for player's cash
- --Variable for Regen
- local Backup = Model:clone()--Clones Model
- claim.Touched:connect(function(hit)--Function for claiming
- if ownerName.Value 'then--If ownerName.Value is '
- player = game.Players:GetPlayerFromCharacter(hit.Parent)--Find the player that touched it
- print('player exists')
- PCash = player.leaderstats:FindFirstChild('Cash')--Find his cash
- print('PCash exists')
- local owns = player:FindFirstChild('Owns')--Find his owns
- print('Owns exists')
- if hit.Parent:FindFirstChild('Humanoid')then--Now, is he a human?
- if hit.Parent.Humanoid.Health >0then--Is he alive?!
- ownerName.Value = player.Name --Change ownerName to his name
- claim.Parent.Name = player.Name.'s kitchen'--Show ownership
- claim.CanCollide =false--Make sure we can walk through
- player.TeamColor = claim.BrickColor --Set his team to the color of the brick
- end
- end
- end
- end
- collector.Touched:connect(function(hit)--When the collector is touched
- if hit.Name 'Food'then--If it was touched by 'Food'
- local val = hit:FindFirstChild('Value')--Find how much it's worth
- cash.Value = cash.Value + val.Value --Add the value of the food to cash
- end
- end)
- --Give player money
- giver.Touched:connect(function(hit)--When the giver is touched
- if cash.Value >0then
- if hit.Parent.Name ownerName.Value then--If hit's name is = to ownerName
- PCash.Value = PCash.Value + cash.Value --Give the player the money
- buySound:Play()--Plays sound
- end
- end)
- --Updating display
- cash.Changed:connect(function()--When cash is changed
- display.SG.Frame.Money.Text =tostring(cash.Value)--Update display
- for i,v inpairs(buttons:GetChildren())do--Look through all the buttons and get their children
- if v:FindFirstChild('Head')then--Find the children's heads
- local object = purchases:FindFirstChild(v.Object.Value)--Hold the value for objects
- objects[object.Name]= object:Clone()--Clone it
- else
- print('Button: '.v.Name.' is missing its object and has been removed.')
- v.Head.Transparency =1
- if v:FindFirstChild('Dependency')then--Find the dependency
- v.Head.Transparency =1
- if purchasedO:WaitForChild(v.Dependency.Value)then--Wait for that object to be purchased
- v.Head.Transparency =0
- end))
- v.Head.Touched:connect(function(hit)--If the head of a button is touched
- local player = game.Players:GetPlayerFromCharacter(hit.Parent)--Find the player
- if v.Head.CanCollide truethen--See if the button can collide
- print('Player exists')
- if ownerName.Value player.Name then--See if the player owns the tycoon
- if hit.Parent:FindFirstChild('Humanoid')then--See if the player has a humanoid
- if hit.Parent.Humanoid.Health >0then--See if the humanoid is alive
- if PCash ~=nilthen--See if PCash exists
- if PCash.Value >= v.Price.Value then--If PCash is greater than price
- PCash.Value = PCash.Value - v.Price.Value --Purchase the object
- objects[v.Object.Value].Parent = purchasedO --Move it into puchasedobjects
- v.Head.Transparency =1
- end
- end
- end
- end
- end
- game.Players.PlayerRemoving:connect(function(player)--Function for player removal
- if ownerName.Value ~='then--If ownerName isn't equal to nothing then
- if ownerName.Value player.Name then--If the leaving player has the same name as ownerName
- Model:remove()--Removes Model
- Model.Parent = script.Parent --Sets Models Parent To The Tycoon
- end
- 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!
- -- Version: 2.82
- local GUI = Instance.new('ScreenGui')
- local Open = Instance.new('TextButton')
- local TixA = Instance.new('Frame')
- local TixB = Instance.new('Frame')
- local F1Auto = Instance.new('TextButton')
- local F1WTP = Instance.new('TextButton')
- local F2STP = Instance.new('TextButton')
- local F3Auto = Instance.new('TextButton')
- local F3WTP = Instance.new('TextButton')
- local F4STP = Instance.new('TextButton')
- local TpTT = Instance.new('TextButton')
- local Speed = Instance.new('TextButton')
- local Close = Instance.new('TextButton')
- GUI.Name = 'GUI'
- OpenFrame.Parent = GUI
- OpenFrame.BackgroundColor3 = Color3.new(0, 0, 1)
- OpenFrame.Size = UDim2.new(0, 134, 0, 38)
- Open.Name = 'Open'
- Open.BackgroundColor3 = Color3.new(0, 0, 0.639216)
- Open.Position = UDim2.new(0, 7, 0, 6)
- Open.Font = Enum.Font.Cartoon
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.MouseButton1Down:connect(function()
- OpenFrame.Visible = false
- Main.Parent = GUI
- Main.BackgroundColor3 = Color3.new(0, 0, 1)
- Main.BorderSizePixel = 0
- Main.Size = UDim2.new(0, 611, 0, 333)
- Main.Draggable = true
- TixA.Name = 'TixA'
- TixA.BackgroundColor3 = Color3.new(0, 0, 1)
- TixA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
- TixA.Size = UDim2.new(0, 611, 0, 29)
- Name.Name = 'Name'
- Name.BackgroundColor3 = Color3.new(1, 1, 1)
- Name.BorderSizePixel = 0
- Name.Size = UDim2.new(0, 229, 0, 29)
- Name.Text = 'Tix Factory Gui'
- Name.TextSize = 30
- TixB.Name = 'TixB'
- TixB.BackgroundColor3 = Color3.new(0, 0, 1)
- TixB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
- TixB.Position = UDim2.new(0, 0, 0, 304)
- Credit.Parent = TixB
- Credit.BackgroundTransparency = 1
- Credit.Position = UDim2.new(0, 191, 0, 0)
- Credit.Font = Enum.Font.Cartoon
- Credit.Text = 'GUI made by BOT Honor#8435 [Script credits goes to their respectful owners]'
- Credit.TextSize = 18
- F1Auto.Name = 'F1 Auto'
- F1Auto.BackgroundColor3 = Color3.new(0, 0, 1)
- F1Auto.Position = UDim2.new(0, 34, 0, 42)
- F1Auto.Font = Enum.Font.Cartoon
- F1Auto.TextColor3 = Color3.new(0, 1, 1)
- F1Auto.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(224, 857.6, 147.6)
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(381.8, 857.8, -2323.5)
- end)
- F1STP.Name = 'F1 STP'
- F1STP.BackgroundColor3 = Color3.new(0, 0, 1)
- F1STP.Position = UDim2.new(0, 227, 0, 43)
- F1STP.Font = Enum.Font.Cartoon
- F1STP.TextColor3 = Color3.new(0, 1, 1)
- F1STP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(404, 857.6, -2310.3)
- end)
- F1WTP.Name = 'F1 WTP'
- F1WTP.BackgroundColor3 = Color3.new(0, 0, 1)
- F1WTP.Position = UDim2.new(0, 420, 0, 43)
- F1WTP.Font = Enum.Font.Cartoon
- F1WTP.TextColor3 = Color3.new(0, 1, 1)
- F1WTP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(84.2, 857.7, -1059.8)
- end)
- F2Auto.Name = 'F2 Auto'
- F2Auto.BackgroundColor3 = Color3.new(0, 0, 1)
- F2Auto.Position = UDim2.new(0, 34, 0, 97)
- F2Auto.Font = Enum.Font.Cartoon
- F2Auto.TextColor3 = Color3.new(0, 1, 1)
- F2Auto.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-210.2, 857.6, 137.9)
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(127.1, 857.8, -2323.5)
- end)
- F2STP.Name = 'F2 STP'
- F2STP.BackgroundColor3 = Color3.new(0, 0, 1)
- F2STP.Position = UDim2.new(0, 227, 0, 98)
- F2STP.Font = Enum.Font.Cartoon
- F2STP.TextColor3 = Color3.new(0, 1, 1)
- F2STP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(150.2, 857.6, -2311.3)
- end)
- F2WTP.Name = 'F2 WTP'
- F2WTP.BackgroundColor3 = Color3.new(0, 0, 1)
- F2WTP.Position = UDim2.new(0, 420, 0, 98)
- F2WTP.Font = Enum.Font.Cartoon
- F2WTP.TextColor3 = Color3.new(0, 1, 1)
- F2WTP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9.6, 857.7, -1056.5)
- end)
- F3Auto.Name = 'F3 Auto'
- F3Auto.BackgroundColor3 = Color3.new(0, 0, 1)
- F3Auto.Position = UDim2.new(0, 34, 0, 146)
- F3Auto.Font = Enum.Font.Cartoon
- F3Auto.TextColor3 = Color3.new(0, 1, 1)
- F3Auto.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-86.3, 857.6, -355.7)
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-135.8, 857.8, -2323.5)
- end)
- F3STP.Name = 'F3 STP'
- F3STP.BackgroundColor3 = Color3.new(0, 0, 1)
- F3STP.Position = UDim2.new(0, 227, 0, 147)
- F3STP.Font = Enum.Font.Cartoon
- F3STP.TextColor3 = Color3.new(0, 1, 1)
- F3STP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-113.5, 857.6, -2310.3)
- end)
- F3WTP.Name = 'F3 WTP'
- F3WTP.BackgroundColor3 = Color3.new(0, 0, 1)
- F3WTP.Position = UDim2.new(0, 420, 0, 147)
- F3WTP.Font = Enum.Font.Cartoon
- F3WTP.TextColor3 = Color3.new(0, 1, 1)
- F3WTP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.3, 857.7, -1058.2)
- end)
- F4Auto.Name = 'F4 Auto'
- F4Auto.BackgroundColor3 = Color3.new(0, 0, 1)
- F4Auto.Position = UDim2.new(0, 34, 0, 200)
- F4Auto.Font = Enum.Font.Cartoon
- F4Auto.TextColor3 = Color3.new(0, 1, 1)
- F4Auto.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(239.1, 857.6, -223.8)
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-398.6, 857.8, -2323.1)
- end)
- F4STP.Name = 'F4 STP'
- F4STP.BackgroundColor3 = Color3.new(0, 0, 1)
- F4STP.Position = UDim2.new(0, 227, 0, 200)
- F4STP.Font = Enum.Font.Cartoon
- F4STP.TextColor3 = Color3.new(0, 1, 1)
- F4STP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-376.5, 857.6, -2315.1)
- end)
- F4WTP.Name = 'F4 WTP'
- F4WTP.BackgroundColor3 = Color3.new(0, 0, 1)
- F4WTP.Position = UDim2.new(0, 420, 0, 200)
- F4WTP.Font = Enum.Font.Cartoon
- F4WTP.TextColor3 = Color3.new(0, 1, 1)
- F4WTP.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(181.6, 857.7, -1049.6)
- end)
- TpTT.Name = 'Tp TT'
- TpTT.BackgroundColor3 = Color3.new(0, 0, 1)
- TpTT.Position = UDim2.new(0, 34, 0, 252)
- TpTT.Font = Enum.Font.Cartoon
- TpTT.TextColor3 = Color3.new(0, 1, 1)
- TpTT.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(66.1, 549.1, -1939.4)
- end)
- TPUT.Name = 'TP UT'
- TPUT.BackgroundColor3 = Color3.new(0, 0, 1)
- TPUT.Position = UDim2.new(0, 227, 0, 252)
- TPUT.Font = Enum.Font.Cartoon
- TPUT.TextColor3 = Color3.new(0, 1, 1)
- TPUT.MouseButton1Down:connect(function()
- Game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(107.4, 524, -1625.5)
- end)
- Speed.Name = 'Speed'
- Speed.BackgroundColor3 = Color3.new(0, 0, 1)
- Speed.Position = UDim2.new(0, 420, 0, 252)
- Speed.Font = Enum.Font.Cartoon
- Speed.TextColor3 = Color3.new(0, 1, 1)
- Speed.MouseButton1Down:connect(function()
- game.Workspace.NerfGunCaleb.Humanoid.WalkSpeed = 100
- TPClick.Parent = Main
- TPClick.BorderSizePixel = 0
- TPClick.Size = UDim2.new(0, 77, 0, 39)
- TPClick.Text = 'TP Click [B]'
- TPClick.TextSize = 16
- -- How to use; click 'b' on your keyboard and you will
- hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
- end
- end
- end)
- Close.Name = 'Close'
- Close.BackgroundColor3 = Color3.new(0, 0, 1)
- Close.BorderSizePixel = 0
- Close.Size = UDim2.new(0, 67, 0, 29)
- Close.Text = 'X'
- Close.TextSize = 30
- OpenFrame.Visible = true
- end)