Need help with a /lspd script

RegisterCommand("lspd", function()
	AddEventHandler("chatMessage", function(source, name, message)
		giveLoadout()
    end)
end)

This is not right. Change it to this:

RegisterCommand("lspd", function()
	giveLoadout()
end)

I have fixed it now you dont need addevent handler or trogger event just the regioster command thats it then to call the function

Yah i just did before you showed me that

Is this ok with me mentioning you

Sure, :slight_smile: I’m going to make my own version anyway but it’ll be different.

Ok well it wont spawn the skin and weapons the same command for somereason ik testing one final way this dont worrk idk

If you know why let me know but other wise idk

I have fixed it now just letting ya know