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

Help. How do i put a spotlight in the heads of players when they enter the game?

Asked by 10 years ago

How do i put a spot light in the heads of players when the enter my game?

1 answer

Log in to vote
0
Answered by
dyler3 1510 Moderation Voter
10 years ago
function Entered(P)
L=Instance.new("SpotLight",P.Character.Head)
---If you want to, you can edit the spotlight's properties here.
--ex: P.Brightness=5
end

game.Players.PlayerAdded:connect(Entered)
0
Thank you. cedarpointguy97 0 — 10y
0
No prob dyler3 1510 — 10y
Ad

Answer this question