its not a problem with the pet, it’s a problem with the click not getting registered.
I fixed it, basically i just made a function for when theres a chiladded inside of the playergui and then added the for i, v loop in it.
Thanks to everyone who tried to help out
2 Likes
Wait, Maybe try a loop? Because its weird that when someone resets it wont register the click, maybe if you looped it and made sure the script makes the ResetOnSpawn false maybe it will work, i’m not sure.
Nvm, was typing when you finished posting didnt notice.
1 Like
I have the same problem, but the ChildAdded event won’t work for me
Try instead of having your script in ‘startplayer’ try putting it in ‘startercharacter’
Hey, putting it in StarterCharacter works! Thank you.