I FIXED IT! Yeeeeeeees. Ok, so I made a Key Bind script, that sets a IntValue to the byte code of a Key you press. That works all fine.
Can\'t figure out how to make javascript recognize a text box. In开发者_JAVA技巧 this case, a title, and message box.
How do I make a script bring up a shop GUI when a brick is touched? And how should I make the \"buy\" stuff i开发者_运维技巧n the shop GUI?You will be needing to make that Shop Interface yourself,
Using the new \"Dialog\" feature I want to create a store, how would I do that, like they cl开发者_开发问答ick on an option and the game gives them the weapon they want.
Im working in lua with out date support so what are some开发者_如何学JAVA ways th convert unix millisecond time to time and date
Closed. This question needs details or clarity. It is not curr开发者_开发知识库ently accepting answers.
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发技巧
Is it even possible to have two players in build mode? Look on the Roblox Developer\'s Journal article \"What did开发者_Python百科 you sleigh?\" It shows two \"Players\" on the players list.
Say I want to make a brick dissapear when a certain dialog choice is selected. I make an NPC, then I add a dialog tree. It is now set so when a player talks to the NPC, they have the choice to say \"
if #subWords>0 then print(\"Q3\") for a,b in pairs(subWords) do table.insert(output,b) print(\"Q2: Adding \"..b)