Untitled

 avatar
unknown
lua
3 years ago
226 B
6
Indexable
-- Kiedy wartość kasy zmieni się w skarbcu
game.Workspace.System.Skarbiec.Changed:Connect(function(kasa)
	-- zmień wartość tekstu na Zbierz kasę $wartość kasy
	script.Parent.Text = "Zbierz kasę\n" .. "$" .. kasa
end)
Editor is loading...