#Trying to make a more advanced rebirth system

3 messages · Page 1 of 1 (latest)

narrow frigate
#

EXAMPLE
local

remote:FireServer(value) -- value is how much rebirths you wanna add

server

remote.OnServerEvent:Connect(function(plr, value)
  rebirths += value
end)
#

like this

#

or you can make a NumberValue in explorer and just change it when you need to add more