In that case then luckily all you need to do is this:
remoteEvent.OnServerEvent:Connect(function(player)
if player:FindFirstChild("Coins") then
player.Coins += 1
player.Gems += 1
end
end)
In that case then luckily all you need to do is this:
remoteEvent.OnServerEvent:Connect(function(player)
if player:FindFirstChild("Coins") then
player.Coins += 1
player.Gems += 1
end
end)
alright, thanks!
this is here for the 30 letters
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.