-
What do you want to achieve?
i want to be able to get rid of the horrid code that is:
while true do
if newPlayer.Character ~= nil then break end
wait(5)
end
and i want to replace it with
newPlayer.CharacterAdded:Wait()
- What is the issue?
This solution for some ungodly reason makes all the numbers added to the players stats duplicated…
- What solutions have you tried so far?
i tried everything posted on the devforum but i just couldn’t find an answer that solved my issue
.
.
.
.
P.S - send help this code is breaking my brain