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

Private Module isn't working with print command?

Asked by 6 years ago

Script:

local Pie2 = "Hello world"

require(1517462788) (Pie2)

MainModule:

local module = function(Pie2)

print(Pie2)

end
return module
0
What are you trying to acomplish here exactly? Nep_Ryker 131 — 6y
0
A variable that will print whatever is typed. jackalota 9 — 6y
0
What about checking what key the player pressed and then print that key? Nep_Ryker 131 — 6y
0
Testing this in Studio completely crashed it. Well. xAtom_ik 574 — 6y
0
I tried playing in it the main game and then pressing f9, didn't work. jackalota 9 — 6y

Answer this question