#How do I make it so that w a specific person joins in their face decal changes to the decal.

19 messages · Page 1 of 1 (latest)

stoic flicker
#

You can do something like so

slow viper
#

mans typing a novel

stoic flicker
#
game.Players.PlayerAdded:Connect(function(player)
  local char = player.CharacterAdded:Wait()
  if player.UserId == 000000 then
     char:FindFirstChild("Head").Face.Id = "rbxassetid://000000"
  end
end
stoic flicker
slow viper
#

lmao

stoic flicker
#

should've just written it out in studio

stoic flicker
#

the comment is useless to me if I'm not gaining any information from it

compact galleon
#

you have no patience, do you?

stoic flicker
#

It was a question

#

it looks like you just put "terrible idea" and went off with your day

compact galleon
#

no I wouldn't do that

#

characteradded doesn't guarantee the head to be there

stoic flicker
#

have you tested the script though?

compact galleon
#

and you should connect to just the characteradded of the player with the id instead of checking the id on characteradded

compact galleon
#

use waitforchild instead

stoic flicker