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

How do i get the local player through a normal script in workspace?

Asked by 5 years ago

what are the ways of doing this like i have no idea

0
there are many different methods, that depends on your code. Can you post your code please? HaveASip 494 — 5y
0
alright Metraria 17 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

the script i had is small for it but i wanted to just have a function and then you just call the function

function fadeScreen()
    -- where you would find the local player in the normal script
end

fadeScreen()
0
just made fade screen from local script. Why are you using normal? HaveASip 494 — 5y
0
Because i need this function to tell the gui to fade. This script is in workspace Metraria 17 — 5y
0
use remotes then HaveASip 494 — 5y
0
they dont work with normal scripts, i already tried Metraria 17 — 5y
View all comments (2 more)
0
Put a local script in a gui that fades the gui. Then from the server clone the gui into their PlayerGui. LawlR 182 — 5y
0
ok thank you Metraria 17 — 5y
Ad

Answer this question