How to do client sided wait() on server script

how do i make a client sided wait on a server script
this is my current script

if player and bleh then 
		bleh = false
		player.leaderstats.Points.Value +=1
		wait(2) -- how to make this client sided
		bleh = true

you can’t really do a wait on server and want it to work on the client what you can do is use remote events to can do it , but otherwise there is no how

in my knowledge, but i can be wrong.

You can use RemoteFunction.

1 Like