of     1   

CarlosMX
#140570431Thursday, July 17, 2014 12:18 AM GMT

So after reading through the wiki about Dynamic Place Creation, I'm attempting to make a save gui button that saves the state of the game created from the template.(http://wiki.roblox.com/index.php?title=Dynamic_place_creation_and_saving#SavePlaceAsync.28.29) Is this the correct way? local player = script.Parent.Parent.Parent.Parent.Parent function onButtonClicked() game:GetService("AssetService"):SavePlaceAsync(player) end script.Parent.MouseButton1Down:connect(onButtonClicked)

    of     1