#Text on Clickdetect
1 messages · Page 1 of 1 (latest)
WHY NO WORK
AAAAAAAAAAGH
NO ERROR MSG
its printing
BUT Y NO TEXT WORK
ANGER
RAGE
brother...
I hope this is a joke lol.
if not I'd read up on for loops and while loops.
I forgot fucking everything just cause i stopped deving for 2 weeks
it is not a joke i am confused
god has forsaken me
college has damned me
So is the issue that the text isnt showing up?
yes
even when i dont tamper with transparency
it just dont show up
well, it dont change, i have default set and the gui works fine
but the script doesnt change the text
No errors?
Might be because you are doing it on a server side script
ah
that is most likely it
but would a local script even work
as a member of a part
might aswell try tbh
use a remote event
do you believe me, in all my wisdom with getting confused on 1 script
remembers how a remote event works
how do i id a local player again
game:GetService("Players")
local var = Players.localPlayer
alternatively the remote event should be sending the player
it's the first parameter automatically given
welp I tried formating lol
remoteEvent = game.ReplicatedStorage.RemoteEvent
remoteEvent.OnClientEvent:Connect(function(Person)
local playerGui = Person:WaitForChild("PlayerGui")
playerGui.TextGUI.Frame.TextBox.Text = "yep"
end)
yee i did basically that exact thing without the print
nice