Can you like donate me 1,000 robux? That would be great! Oh yeah, and that is awesome!!! Can you show us how to make a brick go round round? That would be nice.
@Grove537 well, this worked for me, simalar but slightly different: part=game.Workspace.Part1 while true do a=1 wait() a=a+1 end while true do part.CFrame = CFrame.new(a, 0, 0) wait() end that should do exactly the same thing, tell me if that does not work, but instead of on here, pm me, my username is SCI1122332211. What this should do is make a increase the value of a. IMPORTANT NOTE: You need waits in your script if you have a complex or long sript or roblox cant keep up.
@MrTombstone7 here is a script Ic created that makes it move, compare them and see if there is a difference (note that this one makes it go up and down not along cause I used it for a lift, but you can work it out):
local part = Game.Workspace.Part2 -- the name of the part you want to move, rename it and you change this.
I found out how to get into edit mode! You have to go to start on your bottom toolbar in your desktop. Then in the box put "roblox studio" if you have installed roblox by playing a game and downloading it roblox studio will come up make sure your place is copylocked befoe going to your places and clicking edit and your there.
Stick to make it fast write p.Workspace.CFrame.CFrame.game. Then to make the brick very fast write (wait:500 learn by vendoor xnobdyx and my roblox user name:justgoaway1
How could you edit this script to make it come back the other way? Like in sword fights on the heights, there's a brick moving up and down. I can only make my bricks move up.
Is There A Way To Repeat A Script? Like Once It Ends Can You Start It Back Up Again Without Having To Copy And Paste A Million Times? Like An Endless Cycle?
Luke, I just wanted to say thanks... I really have Learned by this.. check out my script I made because of this.. :D: --Made by ChrisTheEpic p=game.Workspace.Part function onTouch() p.Transparency = 1 wait(1) p.Transparency = 0 wait(1) end p.Touched:connect(onTouch) :), please continue to #6, please :)
You should've explained how anytime there's that dash (-) next to a function or an if statement, that it's basically telling you to apply an end to it.
:3
When I found that out, everything in the world made sense to me in under a split second.
Hey, This is Pooooblox on ROBLOX. I sent you a message but I don't know if you got it :3 as far as I can see, you have alot of messages. But anyways, how can I make the script keep repeating without making 1 million lines of the same thing? I am trying to make the baseplate keep changing transparency by saying:
game.Workspace.Base.Transparency=.1
wait(1)
game.Workspace.Base.Transparency=.2 - All the way to 1, then I want it to repeat and do it again.
those connections/activation functions are actually called "Events", but I wont make fun of you for that. Just a little helpful comment for any new tutorials. PS: Good tutorial, If I were new to ROBLOX Lua I probably would've easily understood that.
This is the hard way to c frame just get a c frame tool
spygiovannirocks989 1 week ago
Can you like donate me 1,000 robux? That would be great! Oh yeah, and that is awesome!!! Can you show us how to make a brick go round round? That would be nice.
ROBLOXROBLOXMATT 1 week ago
I't Worked :D you're awesome!
DragonWingX24 2 weeks ago in playlist Favorite videos
How could I make the same but with negative numbers?
romodomo1 2 weeks ago
@stickmasterluke DOESN'T WORK.
Legend8887ROBLOX 2 weeks ago
I really want all that roubux
MrBrowndoll8 3 weeks ago
can u make more these videos
darrellrayonroblox 1 month ago
this like the cordninate grid y axs x axsis makes easyer for me to see now i see what CFrameing is
darrellrayonroblox 1 month ago
Can you explain what 'new' is all about, It's worked for me but I want to know what that bit is about
GLIXProductions 1 month ago
umm why does it keep saying unexpected symbol near "="
03thedawg03 1 month ago
MOAR TUT PLZ :3 U Awesume
leeyongkang100 1 month ago
I mean'nt the "for" statement! Sorry!
samyster24 1 month ago
Thanks for the "i" statements with CFrame, they are very helpful and now I feel like I am almost done learning how to script. Next Session: GUI
samyster24 1 month ago
I feel like a pro... Only not so much :D
InfamousRobloxian 1 month ago
How do you make it not start in center and move only slower?
Thrusters101 2 months ago
Real good vid. But where is the next?
AJDJ1919 2 months ago
also i got something that says this 03:41:08 - Workspace.Script:6: unexpected symbol near '='
MegaRichardharris 2 months ago
masterluke teach me how to make a game like crazyman32 on roblox the game name i want to make like is perlious skies
MegaRichardharris 2 months ago
oops it didn't put the enter after "while true do" when I posted :o, it's there though
Grove537 2 months ago
I was trying to make a script that would make it move endlessly, but it froze the screen and turned it black...
Here is the script:
part=game.Workspace.Part1
while true do part.CFrame=CFrame.new(part.Position.x + 1, part.Position.y, part.Position.z)
end
What's wrong with that :o
Grove537 2 months ago
ComputersAreRealCool 2 months ago
you need to tell how to make it take away the value i as well, i need to do that.
ComputersAreRealCool 2 months ago
OMMG ITS WORKSS :DDDDDDD
Robloxmaster243 2 months ago
Dude When i did it The Part is not inside the baseplate :(
Robloxmaster243 2 months ago
Comment removed
Nippyton 3 months ago
how do you put in reverse,like backward then foward like a door opening then closing.
Kevinyock 3 months ago
@MrTomestone7 You have to have something in the workspace with the name.
Do that and it may work or not.
jaws185 3 months ago
when i put CFrame.new and all that and run it, it says new is not a valid member in workspace, someone help me?
MrTombstone7 3 months ago
@MrTombstone7 here is a script Ic created that makes it move, compare them and see if there is a difference (note that this one makes it go up and down not along cause I used it for a lift, but you can work it out):
local part = Game.Workspace.Part2 -- the name of the part you want to move, rename it and you change this.
for i=1, 10000 do
part.CFrame=CFrame.new(0, i, 0)
print(moving)
wait()
end
hope this helps.
ComputersAreRealCool 2 months ago
lol problem?
chillyepicblox 3 months ago in playlist chillyepicblox's favorites
I found out how to get into edit mode! You have to go to start on your bottom toolbar in your desktop. Then in the box put "roblox studio" if you have installed roblox by playing a game and downloading it roblox studio will come up make sure your place is copylocked befoe going to your places and clicking edit and your there.
chillyepicblox 3 months ago in playlist chillyepicblox's favorites
how do you get into edit mode?
chillyepicblox 3 months ago
I am commenting on this because of what I learned by this video. Keep it coming!
chillyepicblox 3 months ago
when i do: 15:27 it tells me this and doesnt move:
Workspace.Script:7: attempt to index field 'newp' (a nil value)
Script "Workspace.Script", Line 7
stack end
CRobloxApp::CreateMainFrame event=
CRobloxApp::CreateMainFrame event=
multiwolflover1 3 months ago
I see that but what if we dont want to make it stop and just keep going but going forward z and then when it ends it repeats? :D
PivotFreak90 3 months ago in playlist More videos from stickmasterluke
HAHAHHHHHHHHHAAAAAAAAA I GETTT IIIIIITTTTTTTTT YESSSS!!!!
SirMonkeybutt10 3 months ago
does anyone notice he always deletes the ban script? :3
PivotFreak90 3 months ago
C-Framing? There's a tool for that!
RobloxVentures 3 months ago
Tell us how to make a gun.
keyblade410 4 months ago
to rotate CFrame you add
#="number"
*CFrame.fromEulerAnglesXYZ(#,#,#)
SEE WHAT I DID THERE...
yurglepop 4 months ago
Are you able to do like:
for i = 20,1 do
PokeIVIaster101 4 months ago
@PokeIVIaster101 Yes,The numbers will start at 1 and end at 20 like he said in the video.
rjniscool 3 months ago
@rjniscool Cool thanks!
PokeIVIaster101 3 months ago
@PokeIVIaster101 Oh sorry i thought you said 1,20,How that will work is i believe it will move 20 studs in one frame
rjniscool 3 months ago
61839 Message,1k+ Friends Request, 42,987 Robux, and 1M+ .
Wow I wish i got that made lol and all the stuff you got wow
AsianKidUploader 4 months ago 4
Anything moving without a gyro force or a building tool is amazing :D
StaitusTheDragon 4 months ago
@stickmasterluke how do you rotate something using the CFrame? You never explained that, and thats one of the things i need to know
Ike9899 4 months ago in playlist More videos from stickmasterluke
This video was really useful :D
But the one thing you missed with CFraming is Angles, which I don't know how to do...
-ANormalUsername1
TheDarkUsername 4 months ago
why do i get cframe is not a valid member of part
w3inner 4 months ago
@w3inner Did you capitalize both C and F in CFrame? Also, did you name the part (ex: p=game.Workspace.Part
p.CFrame)?
louisrocks40 4 months ago
more tutorials plz
zombie121013 4 months ago 2
is it just me or does stickmasterluke remind you of Max-Teabag on Plazma Burst 2(you know epic awesome map editor).
thanks dude you are so awesome but pls explain the ontouched thing for me cus I don't get it all!
zombie121013 4 months ago
Please PLEASE make more tutorials.
sargftw 4 months ago
I agree with badgraphix.
sargftw 4 months ago
Can you also show, how to make it change directions? and restart? without having to re-insert it?
McSon03 5 months ago
Really appreciate these tutorials. Do you plan on making more in the future or is this the last one?
badgraphix 5 months ago in playlist Videos from stickmasterluke
Stick to make it fast write p.Workspace.CFrame.CFrame.game. Then to make the brick very fast write (wait:500 learn by vendoor xnobdyx and my roblox user name:justgoaway1
741aman 5 months ago
@linky628 maybe if u do a if p.Position = blank then...
MetaKnight1359 5 months ago
Hopefully the next episode explains while true do scripts/ function onTouch scripts.
Kickemleet 5 months ago
Can you write model names instead of single parts (for the cframing) ?
RoyBlox8 5 months ago
How could you edit this script to make it come back the other way? Like in sword fights on the heights, there's a brick moving up and down. I can only make my bricks move up.
linky628 5 months ago
You should continue this series. But with more, advanced stuff. :P
SuperiorOnRoblox 5 months ago
Danggggg he is so rich it cant even read it e.e
1M+ 42,987 61,839 1k+ O_o
MrEpicDudeVideos 5 months ago
1k+ fr i think i was one of them :| hey you r rich can u make harder scripts too i wanna make a laer tag game
008MrBrennan 5 months ago
Its been over a month, please make a new scripting tutorial
Cookie2900Roblox 6 months ago
Thanks that's a best tutorial ever :D
naenaeintroductions 6 months ago
Is There A Way To Repeat A Script? Like Once It Ends Can You Start It Back Up Again Without Having To Copy And Paste A Million Times? Like An Endless Cycle?
brian0763 6 months ago
@brian0763 Yes you can put.. While true do
and at the end of the script put end
HiwayHijackers 6 months ago
When is part 6 coming out?
Kickemleet 6 months ago
HiwayHijackers 6 months ago
I saw your R$ and Tix ,And FR's.And you have many Un-read messages.
LegoDudeMexTV 6 months ago
READY FOR 6666666666666666666666666666666666666666666666666666666666666666666666666666666666666 Z0GM!
HiwayHijackers 6 months ago
How would you make it move back and forth non stop? (planning on making a car running over a gun >:))
minecraftfan1234 6 months ago
Very helpful. I myself are a Newbie in scripting. Luke you sir are awesome. >:D
DCGEDAD 6 months ago
You can also CFrame using the command line, but you can't nickname the part "p"
TheBlazzer12 6 months ago
Oh, nvm fixed it.
robloxmadboy1234 6 months ago
WHat, does this do? because when i write the stuff at 3:18 and i carry on it doesent do anything o_o..?
robloxmadboy1234 6 months ago
You should've explained how anytime there's that dash (-) next to a function or an if statement, that it's basically telling you to apply an end to it.
:3
When I found that out, everything in the world made sense to me in under a split second.
aurarus 6 months ago 7
@aurarus Zomg. That makes sense!!!!! THANKS A LOAD! :D
Catpwnszer 3 months ago
luke... im your father!
SoccaForeva 6 months ago
I feel so bad for the guy with 60000 messages XD
MrBlackwings12 6 months ago
This was uploaded on my birthday :D
ChowderAnimations 6 months ago
I thought you were PG'ed or somthing
DreaMzTryHard 6 months ago
Hey, This is Pooooblox on ROBLOX. I sent you a message but I don't know if you got it :3 as far as I can see, you have alot of messages. But anyways, how can I make the script keep repeating without making 1 million lines of the same thing? I am trying to make the baseplate keep changing transparency by saying:
game.Workspace.Base.Transparency=.1
wait(1)
game.Workspace.Base.Transparency=.2 - All the way to 1, then I want it to repeat and do it again.
Brickmaster115787 6 months ago
+1 subscriber. 8D
Saad10RBLX 6 months ago
I liked it =3. You get a cookie Luke!
supergunner780 6 months ago
@supergunner780 Yes he does! :3
TheGuitarplayer12345 6 months ago
pppprrrroooobbbblllleeeemmmm????
Agumon286 6 months ago
When I see the 1k+ on Videos,I think its fake,Sooner or later. I find out its real. o.O
Gac3o56 6 months ago
those connections/activation functions are actually called "Events", but I wont make fun of you for that. Just a little helpful comment for any new tutorials. PS: Good tutorial, If I were new to ROBLOX Lua I probably would've easily understood that.
ninjakid09x 6 months ago
Comment removed
ninjakid09x 6 months ago
make a tutorial about buttons the click feature+ guis
pipespizza 6 months ago
Because of how easily you explained scripts I was able to make a script that whenever I enter It will add me to the team I titled Admins
Yezzopoly 6 months ago
His inbox at 00:13 made me Lol.
DawggyH 6 months ago
Your scripting is very simple to do
MrMathwizard12 6 months ago
@ROBLOXpranksters
You go into the start menu and click all programms then find Roblox and click Roblox Studio.
Once on Roblox studio go to the place you want to edit and a button like build saying edit should appear.
TheLittleHelperX 6 months ago
I don't think hes making any more due to how its been 3 weeks D:
RobloxFunVids 6 months ago
Hey Stick Its yourfriendme4 thx for this video but, its not moving when you play the game
yourfriendme3 7 months ago
Please make more
robloxissuperfun 7 months ago
Ohhh, you can make animations using this, interesting!
detheditor 7 months ago
Luke, I am... your father...
DragonSlayer607 7 months ago
PROBLEM??????????????
MATRIX0MAN007 7 months ago
DAMN! I WISH I HAD THAT MUCH ROBUX + TIX
ThePunkday 7 months ago
Comment removed
realmtz 7 months ago
how do u get into edit mode
ROBLOXpranksters 7 months ago
and how would you move it back where it was?
MrFrEaK4NBA 7 months ago
you would use the color as the property to make it change colors?
MrFrEaK4NBA 7 months ago
i dont like bricks they mess up everything
MrFrEaK4NBA 7 months ago
yes more tutorials
MrFrEaK4NBA 7 months ago
IT NEVER WORKS FOR ME!!!!
LegoMovieMan44 7 months ago
That's alot of money and stuff o_o Btw, helpful tutorial :).
epicawesomescatman 7 months ago
Did you say 'dinner in the video' 16:06 XD Btw What does RotVelocity and Velocity do?
TheBurningUnicorns 7 months ago
How can I CFrame an object so that it rotates? Also, the next tut should be inserting new objects likes parts and explosions!
cory18011801 7 months ago
@HellBoy10
Thats what I said!
cory18011801 7 months ago
I just noticed that under insert>object there is a corner wedge now :D
master233120 7 months ago
@master233120 its been there for a long time.
cooldude6385 7 months ago
@cooldude6385 but not visible
master233120 7 months ago
@master233120 oh
cooldude6385 7 months ago
should have added bodyposition in this tutorial
master233120 7 months ago
@master233120 The focus tutorial is to show how for statements and the cframe property work.
stickmasterluke 7 months ago
@stickmasterluke virgin that wat u are
polarbear3736 5 months ago in playlist More videos from stickmasterluke
I can't belive your LOLcaptions game got banned.
RobloxMan432 7 months ago
A really good CFrame tutorial is made by altair7h at: watch?v=dQsrZnTYwwM
cosmicalian 7 months ago
Nice Vid! 21st viewer.
LordCantdo 7 months ago
Nice tutorial.
SWLegoKid 7 months ago
Yay, another tutorial! =D You rock!
gruntythe1andonly 7 months ago
Thatsssssssssss a nice video you have there.
FusionFallDancer 7 months ago
I like spaghetti.
ploper25 7 months ago