local ownerid = script.Parent.Parent.OwnerID
print(ownerid.Value)
if ownerid.Value == 0 then
print("before")
end
its printing the value which is 0 but doesnt print “before” when it checks if the value is 0 so??
if i change ownerid.Value == 0 to true it works but not as intended