killer12 10 Posted April 29, 2015 What different, and effective ways can i set a variable globally (needs to be JIP too) thanks Share this post Link to post Share on other sites
Larrow 2828 Posted April 29, 2015 Just use publicVariable, all publicVariable's are synced to clients that JIP, just make sure any scripts that run when the player joins dont set the default value for the variable without checking whether it already exists (isNil). Share this post Link to post Share on other sites
killer12 10 Posted May 1, 2015 Just use publicVariable, all publicVariable's are synced to clients that JIP, just make sure any scripts that run when the player joins dont set the default value for the variable without checking whether it already exists (isNil). Worked perfectly. Thank you. Share this post Link to post Share on other sites