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

Can I copy a script and put it somewhere else?

Asked by 5 years ago
Edited 5 years ago

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.

1
ctrl+C, ctrl+V SteamG00B 1633 — 5y
0
But I want it only to appear if the player has a gamepass. Infinity097 5 — 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. EmilyBendsSpace 1025 — 5y

Answer this question