Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you fire a remote on another specific player?

Asked by 5 years ago

All i know so far is i have this script which is: game.ReplicatedStorage.Communication.FallDamage:FireServer(25) and what I want it to do is I want to be able to fire it for another specific player.

0
The client will fire the remote to the server, and the server could do whatever is needed to the other player. User#19524 175 — 5y
0
yea that didnt help buddy lol TunaComic -3 — 5y
0
if not working then you scripted incorrect. HaveASip 494 — 5y
0
This script does work, But affects me on my health. I want to fire this to another player. Can we get a good scripter please?? TunaComic -3 — 5y
View all comments (2 more)
0
When the remote fires, it tells the server to fire that remote to the player who functioned it. Pretty simple guys I tested this and it works. All I need to do is someone to add a part to the script that will make it target another player specifically. TunaComic -3 — 5y
0
Basically to put it in perspective, I would want it something like this: playertofall = game.Players.PLAYERNAMEHERE and then after I would put the code I want which is game.ReplicatedStorage.Communication.FallDamage:FireServer(25) TunaComic -3 — 5y

Answer this question