Castle
play189
6
6 Comments
Next up
Characte club #multiplayer
We did some activities from the game.
Reply
Ramdomcreatoroncastle This is the script I used function onMessage(message, triggeringActor) if message == "askForText" then castle.getTextInput(function(text, canceled) if canceled then print("canceled") else local label = castle.actorsWithTag("playerlabel")[1] label.text.content = text end end) end end
fire2Reply
Cool
fire1Reply
Fixing chat bug
fire1Reply
Update
Reply
WOAH How did You get that Chat system? Is it build ingame or you made it yourself?
Reply