#Why isn't this RemoteEvent being called?

1 messages · Page 1 of 1 (latest)

feral lion
#

Everything is executed except for line 90. No Errors

                    warn(totalStancePoints) -- Line 89
                    stancePointEvent:FireClient(plr, totalStancePoints) -- Line 90
                    warn("Fired Client") -- Line 91

Function being called:

stancePointevent.OnClientEvent:Connect(function(plr, totalStancePoints)
    
    print("yo!!!!")
    for i, v in(stancePointsGui:GetChildren()) do
        print(v)
    end
    
end)
old pebble
feral lion
#

I didn't see it

feral lion
old pebble
#

it's something small

feral lion
#

yeah

#

i know 😭

#

i just know it means its not there

old pebble
feral lion
#

dw i fixed it, i dont even remember how i fixed it though LOL

#

OH