Skip to content

Commit

Permalink
Update UID.server.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Nov 19, 2024
1 parent 7097e93 commit 6bdb446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Revared/Scripts/UID.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ function AddUID(child)
child.ChildAdded:Connect(AddUID);
end

game.ChildAdded:Connect(AddUID)
game.DescendantAdded:Connect(AddUID)

0 comments on commit 6bdb446

Please sign in to comment.