I would like to make a script perform a function or do something that a value or text is.
For example, if a value is game.Workspace.Part:Clone()
I would like the script to be able to do that, without if value == "game.Workspace.Part:Clone()" then.
I tried {script.Parent.Value.Value}
but it keeps saying
Players.Player.PlayerGui.LocalScript:10: attempt to call a number value
Please help I have no idea what to do. |