#How is a gui popping up for everyone when im using a local script under StarterGui?
1 messages · Page 1 of 1 (latest)
well one problem is that youre doing .Touched on a localscript which is horrible imo
also why put players.LocalPlayer but you already have it as a variable
also you can just do like
old script, but its not important cuz it should still work
what would i use instead?
local playerThatTouched=plarers:GetPlayerFromCharacter(touched.Parent)
if playerThatTouched then
blah blah
just remove gui then add it below the if statement
then replace “player” with “playerThatTouched”
did everything else but dont know what u mean by this
pls explain i really wanna fix this
inside the gui variable
Why do you think that?