I'm making a simulator game and I need help on the collectors and the backpacks. I have no idea how to do this so there is no code here.
Just testing a script.
local player = game.Players.LocalPlayer local amount = script.Parent.Amount local maxAmount = script.Parent.MaxAmount script.Parent.Text = {amount/maxAmount} script.Parent.TextColor = Color3 fromRGB = (255, 255, 255)