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

how do i make a script apply to a certain person?

Asked by 7 years ago

Lately I been trying to make a custom magic script for only one person how do i do it?

0
LocalScripts using LocalPlayer. Tempestatem 884 — 7y
0
use an **if** function turtle2004 167 — 7y
0
turtle, if i were to use a if player.name == "Name" then statement not function it wouldn't apply to player.character SwordsDestinyGames -11 — 7y

1 answer

Log in to vote
0
Answered by
farrizbb 465 Moderation Voter
7 years ago
if Player.Character.Name = "namehere" then
--your magic script here
else

end
Ad

Answer this question