Hi guys, this might be confusing so i’ll just write up an example.
Ability1 = Player.Getcomponent("Monster")
How would i replace (“Monster”) with (Monster)
So, instead of defining a single script, i can make it a variable which can be changed whenever. e.g., var Monster = "Monster1";
Thanks