I made a gun script and deleted it out of frustration. When I made the gun shoot, others couldn't see it. Does anybody have a working gun script? Please and thank you!
0
Can we see the script? Is your script server-sided? We need answers.SpiralRBX224— 4y
0
Afaik, here's how any projectile-based tool should work: a local script within the tool that will get the LocalPlayer's input, a remote event that the local script will use to pass the input to a server script. The server script will replicate the projectile located within the Replicated Storage, clone it, then parent it to the Workspace. Check out your script if it follows this.Padugz40— 4y