Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a collector and a backpack for my simulator?

Asked by 6 years ago

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.

0
Be more specific please, I can't fully understand what are you trying to accomplish. Le_Teapots 913 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

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)
Ad

Answer this question