Как сделать "заработок" денег в роблокс студио

Аватар автора
Геймеры и Совместные Игры
1 скрипт game.Players.PlayerAdded:connect(function(p) local stats = Instance.new("IntValue", p) stats.Name = "leaderstats" local money = Instance.new("IntValue", stats) money.Name = "Robux" money.Value = 0 while true do wait(99999) money.Value = money.Value + 0 end end) 2 скрипт amnt = 0 function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if (h~=nil) then local thisplr = game.Players:findFirstChild(h.Parent.Name) if (thisplr~=nil) then local stats = thisplr:findFirstChild("leaderstats") if (stats~=nil) then local score = stats:findFirstChild("Robux") if (score~=nil) then score.Value = score.Value + amnt end end end script.Parent:remove() end end   script.Parent.Touched:connect(onTouched) #education

0/0


0/0

0/0

0/0