Notifications You must be signed in to change notification settings game.Players.PlayerAdded:Connect(function(Player) local leaderstats = Instance.new("Folder") -- Don't Change leaderstats.Name = ...
local coinValue = 1 -- Valor da moeda a ser adicionado ao coletar function onTouch(other) local player = game.Players:GetPlayerFromCharacter(other.Parent) if player then -- Adiciona o valor da moeda à ...