Tutorial – Scripting Basics

Share it with your friends Like

Thanks! Share it with your friends!

Close

Create an account and build a game for free at http://www.roblox.com. In this video, OnlyTwentyCharacters teaches the basics of Scripting in ROBLOX Studio. Important information for aspiring ROBLOX game developers!

Find OnlyTwentyCharacters on ROBLOX: http://bit.ly/HXj0Kt

Comments

Zachery LeBlanc says:

some games have customizable houses for the players. how do u do that??

Seth Walley says:

How could you find a different script, not created by you? I am trying to find one to put in my game.

Knight_Productions says:

I still have 0 idea on what I'm doing
even with the help of this tutorial

La_Dragon Studio's says:

this video is expired, with all these updates, why not turn code into blue prints, its way way easyer to understand then this

Ground 8 ACE says:

LEARN! HE SAYS! LEARN!

Xtra_Lies says:

i think (my opinion) you explain very small details and i not how to exactly make a world 😛

XxFaze BoyXx says:

Lol no brag

XxFaze BoyXx says:

To easy for me

Say 123 for GF says:

Please make a 2016 script basics

Rexuzgaming123 says:

._. idk if my brain cant hold up with these complications ….

Luong Anh says:

i wonder if i can learn at my age,10, if it does well this was very useful then!

XBRT says:

I Have this…

function onClicked()

p = Instance.new ("Part")
p.Parent = game.Workspace
p.Position = script.Parent.Position
p.Size = Vector3.new (4,4,4)
p.BrickColor = BrickColor.new ("Electric blue")
p.BottomSurface = "Smooth"
p.TopSurface = "Smooth"
end

script.Parent.ClickDetector.MouseClick:connect (onClicked)

Now how would i make it only produce 1 block, and if clicked again remove the old block?

Alienfreaker says:

thank you very very much it is very helpful!! 😀

Write a comment