Oh boy. Well, for one, you are trying to call the remove function as a property. This script should work as to what you need. BTW, thank you for not free modeling it.
1 | ClaimTycoonRed = script.Parent |
3 | script.Parent.Touched:connect( function (player) |
4 | ClaimTycoonRed:Remove() |
5 | player.TeamColor = BrightRed |
Also, you can put a humanoid object in any part, so you could make a brick, insert a humanoid, set the humanoids name to "Claim Tycoon", and then put this script inside. Then it would be easier than actually going into the Workspace. This should work to change the players team IF you have a team with the team color Bright Red, or whatever you change it too.
Locked by Tortelloni and BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?