People Playground

People Playground

Cult Mod [1.5] [CANCELLED?]
Plogggg 15 Jan, 2024 @ 12:35pm
Size thing
to make the size thing not be weird as hell when you flip it, this script might fix it


float scaleFactor = 20.5f;
float newScaleX = scaleFactor * Math.Sign(Instance.transform.localScale.x);
float newScaleY = scaleFactor;

// Apply the new scale to the object
Instance.transform.localScale = new Vector2(newScaleX, newScaleY);


dont care if anyone else uses this or not it just will help not make it 10 times bigger each time you flip it
< >
Showing 1-3 of 3 comments
Thrash  [developer] 15 Jan, 2024 @ 3:13pm 
dude that bug it's from flipping heck just use mulligan mullligan is better
Plogggg 15 Jan, 2024 @ 5:09pm 
i know, just a suggestion for you so other people can enjoy it just as much lol
Thrash  [developer] 17 Jan, 2024 @ 6:03pm 
mkay
< >
Showing 1-3 of 3 comments
Per page: 1530 50