Alright, so im trying to make thing spawn locally, which ive got down, however i want a datastore value to go up by 1 once you touch the spawned object. This happens only locally even though i am firing an event to the server (?) possibly incorrectly
local script which spawns the slimes
this “Initiator” script fires event on touch.
Remote Event
This script below is located in ServerScriptService this recieves on touch.