#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)
mans typing a novel
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
typing a script in discord is pain
lmao
should've just written it out in studio
terrible idea
instead of saying that, could you possibly give me some insight?
the comment is useless to me if I'm not gaining any information from it
you have no patience, do you?
It was a question
it looks like you just put "terrible idea" and went off with your day
have you tested the script though?
and you should connect to just the characteradded of the player with the id instead of checking the id on characteradded
no and I don't need to
use waitforchild instead
💀