of     1   

packid851rb
#228327434Saturday, December 02, 2017 2:49 PM GMT

Do you have to insert a script or not? I'm somewhat new to making games, so I don't know much about studio.
Criticrystal
#228327611Saturday, December 02, 2017 2:55 PM GMT

If you call it "Data" you obviously have no idea what you're doing.
chexyalani
#228327711Saturday, December 02, 2017 2:58 PM GMT

you can create a variable and assign it to the instance you want to get data from and get data from that. Say, you have an IntValue in workspace, and you want to print its value. Do this: local val = workspace:FindFirstChildOfClass('IntValue') print( val.Value ) -- This will print the IntValue's Value to the output.

    of     1