Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I see if an instance exists in the entire game?

Asked by 5 years ago

So I passed the name of a part through the FireServer() Since I cannot pass an Instance through and now I need to find the part even if it's in a model How can I acheive this?

1 answer

Log in to vote
1
Answered by
ben0h555 417 Moderation Voter
5 years ago

If the part exists on the server you can simply pass the part through the FireServer(), this is because it doesn't actually pass the part it passes data that points towards the part, which will then function as the actual part when using the value.

0
Thank you! I came accross some false information apparently, thank you for clearing this up. Cheers! andyad13 74 — 5y
Ad

Answer this question