It’s gotten to the point where I question if it’s Roblox or me.
function search()
print(players:GetNameFromUserIdAsync(1300001064))
print("drink water")
end
search()
-->> NOTHING
EDIT: It wont print ANYTHING
It’s gotten to the point where I question if it’s Roblox or me.
function search()
print(players:GetNameFromUserIdAsync(1300001064))
print("drink water")
end
search()
-->> NOTHING
EDIT: It wont print ANYTHING
It works on my pc.
Can you give full script?
What is this a descendant of?
It is a descendant of StarterGui
The script is clearly not running. Can you verify the gui is being parented to the player’s playergui?
I’m sorry lol, I was “Running” the game, not “Playing” it, sorry for the confusion
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.