ppg-snippets icon indicating copy to clipboard operation
ppg-snippets copied to clipboard

a number of useful code snippets that should help users write People Playground mods

Results 34 ppg-snippets issues
Sort by recently updated
recently updated
newest added

Hi, i'm adding custom parts to a object, and when i spawn them facing the positive direction (E) everything works well, but when i spawn the object in the opposite/negative...

I know how to create a button, but I need help with creating a button that allows you to insert a character. For example, the "Set Angle" button.

Hello, so I won't to change the sprite of a human when its spawned, I have an idea for it to be in the right click menu, but how would...

I just watched this video : https://youtu.be/bSVjDuNqZVk , but my accessory is not "sticked" to the android. It's just flying and not moving. Help! ![why](https://user-images.githubusercontent.com/106533603/170991337-61273b34-348d-46f5-9b6b-da3f10948fe3.png) ![HELP](https://user-images.githubusercontent.com/106533603/170991365-ff19944d-0ac4-42ea-8fec-3dbc27d9a76a.png)

Excuse me. I hate to bother you, as I know you're constantly working with studiominus. I was just wondering if/where I could find the sourcecode for the Energy Sword, as...

I use such a function, but it does not execute the code when activating the item ``` private void Use(ActivationPropagation activation) { this.Shoot(); ModAPI.Notify("Test"); } ```

How do I change sprites on activation?