#Help with Player scripts
10 messages · Page 1 of 1 (latest)
make a prompt.Triggered function, scan the player's backpack and scan the player's model (if item is either equipped or not equipped) and run code if it finds it
I don't know how do that
thing's you'll need:
Prompt.Triggered function (with player parameter)
for i,v in pairs loop, that'll go through a player's backpack and model
or instead of for i,v
you can do FindFirstChild in both backpack and model
I will test
No one ever heard of him since then
k
I managed to solve my problem, thanks to those who helped me