Team is not a valid member of Model "Workspace.TyK214"

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Fix a issue where the Team isnt apart of a player

  2. What is the issue? Include screenshots / videos if possible!


    This is robloxs Default Rocket launcher but i added the line “and humanoid.Parent.Team ~= game:GetService(“Teams”).Elevator”

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried renaming Teams and checking if team is real and it IS and i have looked yet no solution.

Team is a property of the player, not of the player’s character.

local Player = game.Players:GetPlayerFromCharacter(humanoid.Parent)
local Team = Player.Team
1 Like

Thank you lots this fixed it!

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.