There are scripts for gamepasses that copy gear and puts it into the player's backpack.
Can you copy a script that adds an aura and place it in the character via gamepass, and if so how?
Also, an example would be most appreciated.
But I want it only to appear if the player has a gamepass.Infinity0975— 5y
0
From a server Script you can use Clone() to make a copy of a the aura Script instance and set the parent to the player.Character model if it should run on the server. You can clone LocalScripts into the player Backpack, PlayerGui, PlayerScripts, player.Character, etc. if you need it to run locally for that player.EmilyBendsSpace1025— 5y