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
some games have customizable houses for the players. how do u do that??
How could you find a different script, not created by you? I am trying to find one to put in my game.
I still have 0 idea on what I'm doing
even with the help of this tutorial
this video is expired, with all these updates, why not turn code into blue prints, its way way easyer to understand then this
LEARN! HE SAYS! LEARN!
i think (my opinion) you explain very small details and i not how to exactly make a world 😛
Lol no brag
To easy for me
Please make a 2016 script basics
._. idk if my brain cant hold up with these complications ….
i wonder if i can learn at my age,10, if it does well this was very useful then!
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?
thank you very very much it is very helpful!! 😀