R15 Lightsaber Help?

Looking to make these work. They currently work, but only appear client side, and kill on client side of course. I’m assuming FE. Any suggestions on how to make them work with FE?
https://www.roblox.com/library/1509876877/R15-Serphos-Lightsabers-Edited-By-McShweg

4 Likes

Use a remote event when you want to deal damage. Make a value in the tool called Damage and put it somewhere, then when you fire the damage event to the server, check the players tool and check the damage value. Then finally deal that amount of damage to the target.

1 Like

The sabers themselves also only appear client side.

1 Like

Are they a tool, or welded to the character?

1 Like

They’re tools. They seem to work client side.

1 Like

It seems like they are being put into the backpack on the client, either put the tools in starter pack or add them from the server.

1 Like

@CreationOfCarnage First you would need to clone a saber model and a handle to the character once they spawn, I would suggest having a handle part separate and the saber model separate in the character and setting the part1 of the welds in the saber model to the handle. After you’ve done that, you can have a motor6d in the handle that has part0 set to the handle and the part1 would be set to your right hand.]
That’s pretty much the first step to having a saber on your character that is shown on the server.

1 Like