Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local furnace = "Dreamer's Fright"
- game.ReplicatedStorage.Layouts:InvokeServer("Load","Layout1")
- local tycoon = game.Players.LocalPlayer.PlayerTycoon.Value
- _G.freon = false
- _G.star = false
- for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
- if v.Name == "Upgrade" then
- if v.Parent.Parent.Name == "Tesla Resetter" or v.Parent.Parent.Name == "Tesla Refuter" then
- v.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,25,0)
- elseif v.Parent.Parent.Name == "The Final Upgrader" or v.Parent.Parent.Name == "The Ultimate Sacrifice" then
- v.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,50,0)
- elseif v.Parent.Parent.Name == "Arcane Lightning" or v.Parent.Parent.Name == "Ore Illuminator" then
- v:Remove()
- elseif v.Parent.Parent.Name == "Morning Star" or v.Parent.Parent.Name == "Catalyzed Star" then
- v.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(25,200,0)
- _G.star = true
- elseif v.Parent.Parent.Name == "Freon Bombarder" then
- v.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,100,0)
- _G.freon = true
- else
- v.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- end
- end
- end
- local tycoon = game.Players.LocalPlayer.PlayerTycoon.Value
- tycoon["Basic Conveyor"].Hitbox.Touched:connect(function(hit)
- if hit:FindFirstChild("Cash") then
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,25,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,50,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- wait(0.1)
- hit.CFrame = tycoon["Basic Conveyor"].Hitbox.CFrame*CFrame.new(0,125,0)
- wait(0.1)
- hit.Velocity = Vector3.new(0,0,0)
- wait(0.1)
- hit.CFrame = tycoon[furnace].Model.Lava.CFrame*CFrame.new(0,5,0)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment