Гайд как создать свой кликер симулятор в роблокс студио (part 1)

Аватар автора
Ангелы и повеление
Те самые не до коды Лидер статус - game.Players.PlayerAdded:Connect(function(plr) local fold = Instance.new("Folder", plr) fold.Name = "leaderstats" local Clicks = Instance.new("IntValue", fold) Clicks.Name = "Click" end) Текст батон - script.Parent.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local random = math.random(1,7) player:FindFirstChild("leaderstats"):FindFirstChild("Click").Value += random end)

0/0


0/0

0/0

0/0