of     1   

Discommodate
#129395958Sunday, March 30, 2014 7:36 PM GMT

would this work just checking because something didn't work in my game, not sure if its this local ss = game:GetService("ServerStorage") local maps = ss.Maps:GetChildren() --insert randomizing map function here local mapclone = choosenmap:Clone().Parent = game.Workspace
cntkillme
#129396267Sunday, March 30, 2014 7:40 PM GMT

yeah
Discommodate
#129397556Sunday, March 30, 2014 7:56 PM GMT

why wasn't a hint inserted into the game then?!?!?? i screwed SOMETHING up, thought this might be it this was line 1 line 2 was local h = Instance.new("Hint", game.Workspace) :( ?
cntkillme
#129397652Sunday, March 30, 2014 7:57 PM GMT

local mapclone = choosenmap:Clone() choosenmap.Parent = game.Workspace
Discommodate
#129397962Sunday, March 30, 2014 8:01 PM GMT

im pretty sure u can clone and .Parent it at the same time (not that i actually did that in my script, but seen others do it when i look at OS games) any idea on why it wont put a hint in workspace?
cntkillme
#129398046Sunday, March 30, 2014 8:02 PM GMT

Not like that. blah:Clone().Parent = blah would work x = blah:Clone().Parent = blah wouldn't
Discommodate
#129399435Sunday, March 30, 2014 8:16 PM GMT

oh yeah thats what i 4got with it but what about the h thing :(

    of     1