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

Server or LocalScript?

Asked by 10 years ago
game.Players.PlayerAdded:connect(function(player)
wait(1)
if player:IsInGroup(1100689)then 
script.Parent.Text = "Hello, Joint Recon Member!"
end
end)
--server or local script?
--and do i have anything to fix?

1 answer

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
10 years ago

That would be in a Regular script placed in the Workspace. For the Text, is it in their own GUI? If not, I suggest going into their PlayerGui and changing that text so it doesn't change for anyone else. Then possibly Destroy it or clear the text.

0
Its a gui. User#5466 5 — 10y
0
I know it's a GUI... Forget the second sentence. Don't put the GUI in StarterGui. Have it clone and parent to their own PlareGui Shawnyg 4330 — 10y
Ad

Answer this question