Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Size Change Depending On Team, how do i do it? (Read to understand better)

Asked by
ProEgol -5
6 years ago

Look, in my game there are two teams: "Beeg" and "Sm0l" When the player joins the game he gets automatically assigned to a team (up to this part i have no problems)

What i don't know how to do is how to make so the player changes size depending on the Team, If he gets assigned to "Beeg" His size increases. If he gets assigned to "Sm0l" He gets smaller. But he also changes size if he touches the other team's spawn because he changes team.

Could someone give me a script that works for this? (Because i have no idea how to program, even with my idea that is so simple about making the player change size is complex to me!)

(All the players will have R15)

0
Inside the each player's Humanoid, there are special NumberValues inside. Try playing solo and messing around with them to learn how they work. Then just create a script that detects when the player changes/joins teams and then adjusts their sizes accordingly. Crazycat4360 115 — 6y

Answer this question