Hi im trying to make a simple multiplayer top down shooter. Im currently working on a combat component that works along side a gun controller which is just a gun. The guncontroller is a network behavior. My issue is on the player combat component im trying to create a function that adds these gun prefabs to the the player but im having real trouble with parenting and just general lack of understanding of the system. Any Help would be appreciated been working at this a couple days now
#Network Weapon System
1 messages · Page 1 of 1 (latest)
You'll need to specify what problems youre actually having, or what you arent understanding
There is also #1390346492019212368 if the issue is specific to multiplayer
Also !code
Posting code
📃 Large Code Blocks
Use links to services like:
https://paste.mod.gg/, https://hastebin.skyra.pw/, https://paste.ofcode.org/, https://paste.myst.rs/
📃 Inline Code
Surround code with three backquotes. Not quotation marks.
To format as C#, add cs to the first line:
```cs
// Your code here
```
Add a comment with a line number if there is an error message.
It's going to be a bad time trying to add multiplayer functions to a system that was built for single player.
If you are on NGO 2.5, there is a new AttachableBehaviour system that will help with this. Make a post over in #1390346492019212368 if you have further questions