Group = 915126
function onEnter(newPlayer)
if newPlayer:isInGroup(915126) then
newPlayer.TeamColor = BrickColor.new("Really black")
newPlayer.Character.Torso:Remove()
if newPlayer.Name == "Komnenos" then
h = Instance.new("Hint")
h.Text = "The King has arrived"
wait(10)
h.Text:Remove()
end
else
newPlayer.TeamColor = BrickColor.new("Brown")
end
end
game.Players.PlayerAdded:connect(onEnter)
This subforum's more active than SH and it's relevant to any basic clan base team script
|