Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to learn scripting ? [closed]

Asked by 10 years ago

I've tried watching videos and reading the wiki, but nothing helps. Am I a hopeless case? Do you know of any special guides or something? I really want to lern how to script.

Closed as Not Constructive by UserOnly20Characters, YellowoTide, ImageLabel, and Shawnyg

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 10 years ago

Try doing simple scripting and keep doing it into you improve.

0
I don't even know how to do simple scripting TobiasOdair 0 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

I Started off with:

Game.workspace.Baseplate.name = "Testscript"
print("Have the output open tho.")
0
This script would break. Workspace is not a member of Game, Game is deprecated, .Name is not a valid member of Baseplate. M39a9am3R 3210 — 9y