This seems pretty easy to fix but I don't entirely know how to go about it any help will be appreciated but I am trying to make it so when the game detects a model being Noob Guest Acorn or Bacon they get put onto a team called players but I am using a serverscript and it says "attempt to index nil with 'Character' anyways here's the script. I've moved it around a bit thought of how I can get it to find the player.Character and everything but I can't seem to find out how and it always feels like the easiest problems screw me up.
#simple team problem
1 messages · Page 1 of 1 (latest)
players.localplayer
is for local script
server script does not use player.localplayer
Oh i knew it was a simple problem thanks
wait so how do I get player.Character or player.CharacterApperanceLoaded? it gives another error saying
that means you're trying to find character in a signal
player.Character or player.CharacterApperanceLoaded:Wait()
So do i not make player character a variable?
** You are now Level 5! **
did you solve it or na?
yes
mb
local character = player.Character or player.CharacterApperanceLoaded:Wait()
if you dont make a character variable then you dont have an easy reference to the character
it still gives me this
you typed the wrong thing
Wdym what thing did I type wrong?
Send whole script please 💔
?