of     1   

W0RPPER
#228107448Sunday, November 26, 2017 8:43 PM GMT

I need instructions for make a Shop Dialog. -----------I already have my IntValue/Cash. #Lua 5,4.[game.Players.W0RPPER.Cash.Value = Money]
W0RPPER
#228107520Sunday, November 26, 2017 8:44 PM GMT

Ignore: #Lua 5,4.[game.Players.W0RPPER.Cash.Value = Money]
itsjustatlas
#228107563Sunday, November 26, 2017 8:45 PM GMT

ok, try this wiki.roblox.com/index.php?title=Intro_to_Scripting The baristas who work at Frappé® are very brave women (thats your opinion im unsubscribing!!!)
W0RPPER
#228107801Sunday, November 26, 2017 8:48 PM GMT

thats not going to help on my topic #Lua 5,4.[game.Players.W0RPPER.Cash.Value = Money]
ExtremeBuilder15
#228108044Sunday, November 26, 2017 8:51 PM GMT

Chrounum
#228108076Sunday, November 26, 2017 8:51 PM GMT

@Atlas he asked for instructions Anyway You can use DialogChoiceSelected to listen for when a player chooses a certain dialog for example script.Parent.DialogChoiceSelected:Connect(function(Player, Choice) if Choice == PathHere then --Put where the dialog you want the script to listen for --Check if their Gold or whatever is >= a certain number --Then Clone the tool from replicatedstorage to their backpack end end) wiki.roblox.com/index.php?title=DialogChoiceSelected #code print("don't forget to dry the towel after use")

    of     1