Added: 7 months ago
From: stickmasterluke
Views: 7,564
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (131)

Sign In or Sign Up now to post a comment!
  • This is the hard way to c frame just get a c frame tool

  • 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.

  • I't Worked :D you're awesome!

  • How could I make the same but with negative numbers?

  • @stickmasterluke DOESN'T WORK.

  • I really want all that roubux

  • can u make more these videos 

  • this like the cordninate grid y axs x axsis makes easyer for me to see now i see what CFrameing is

  • Can you explain what 'new' is all about, It's worked for me but I want to know what that bit is about

  • umm why does it keep saying unexpected symbol near "="

  • MOAR TUT PLZ :3 U Awesume

  • I mean'nt the "for" statement! Sorry!

  • 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

  • I feel like a pro... Only not so much :D

  • How do you make it not start in center and move only slower?

  • Real good vid. But where is the next?

  • also i got something that says this 03:41:08 - Workspace.Script:6: unexpected symbol near '='

  • masterluke teach me how to make a game like crazyman32 on roblox the game name i want to make like is perlious skies

  • oops it didn't put the enter after "while true do" when I posted :o, it's there though

  • 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.Po­sition.x + 1, part.Position.y, part.Position.z)

    end

    What's wrong with that :o

  • @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.
  • you need to tell how to make it take away the value i as well, i need to do that.

  • OMMG ITS WORKSS :DDDDDDD

  • Dude When i did it The Part is not inside the baseplate :(

  • Comment removed

  • how do you put in reverse,like backward then foward like a door opening then closing.

  • @MrTomestone7 You have to have something in the workspace with the name.

    Do that and it may work or not.

  • 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 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.

  • lol problem?

  • 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.

  • how do you get into edit mode?

  • I am commenting on this because of what I learned by this video. Keep it coming!

  • 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=

  • 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

  • HAHAHHHHHHHHHAAAAAAAAA I GETTT IIIIIITTTTTTTTT YESSSS!!!!

  • does anyone notice he always deletes the ban script? :3

  • C-Framing? There's a tool for that!

  • Tell us how to make a gun.

    

  • to rotate CFrame you add

    #="number"

    *CFrame.fromEulerAnglesXYZ(#,#­,#)

    SEE WHAT I DID THERE...

  • Are you able to do like:

    for i = 20,1 do

  • @PokeIVIaster101 Yes,The numbers will start at 1 and end at 20 like he said in the video.

  • @rjniscool Cool thanks!

  • @PokeIVIaster101 Oh sorry i thought you said 1,20,How that will work is i believe it will move 20 studs in one frame

  • 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

  • Anything moving without a gyro force or a building tool is amazing :D

  • @stickmasterluke how do you rotate something using the CFrame? You never explained that, and thats one of the things i need to know

  • 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

  • why do i get cframe is not a valid member of part

  • @w3inner Did you capitalize both C and F in CFrame? Also, did you name the part (ex: p=game.Workspace.Part

    p.CFrame)?

  • more tutorials plz

  • 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!

  • Please PLEASE make more tutorials.

  • I agree with badgraphix.

  • Can you also show, how to make it change directions? and restart? without having to re-insert it?

  • Really appreciate these tutorials. Do you plan on making more in the future or is this the last one?

  • 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

  • @linky628 maybe if u do a if p.Position = blank then...

  • Hopefully the next episode explains while true do scripts/ function onTouch scripts.

  • Can you write model names instead of single parts (for the cframing) ?

  • 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.

  • You should continue this series. But with more, advanced stuff. :P

  • Danggggg he is so rich it cant even read it e.e

    1M+ 42,987 61,839 1k+ O_o

  • 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

  • Its been over a month, please make a new scripting tutorial

  • Thanks that's a best tutorial ever :D

  • 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 Yes you can put.. While true do

    and at the end of the script put end

  • When is part 6 coming out?

  • 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 :)
  • I saw your R$ and Tix ,And FR's.And you have many Un-read messages.

  • READY FOR 666666666666666666666666666666­666666666666666666666666666666­6666666666666666666666666 Z0GM!

  • How would you make it move back and forth non stop? (planning on making a car running over a gun >:))

  • Very helpful. I myself are a Newbie in scripting. Luke you sir are awesome. >:D

  • You can also CFrame using the command line, but you can't nickname the part "p"

  • Oh, nvm fixed it.

  • WHat, does this do? because when i write the stuff at 3:18 and i carry on it doesent do anything o_o..?

  • 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 Zomg. That makes sense!!!!! THANKS A LOAD! :D

  • luke... im your father!

  • I feel so bad for the guy with 60000 messages XD

  • This was uploaded on my birthday :D

  • I thought you were PG'ed or somthing

  • 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.Transparen­cy=.1

    wait(1)

    game.Workspace.Base.Transparen­cy=.2 - All the way to 1, then I want it to repeat and do it again.

  • +1 subscriber. 8D

  • I liked it =3. You get a cookie Luke!

  • @supergunner780 Yes he does! :3

  • pppprrrroooobbbblllleeeemmmm??­??

  • When I see the 1k+ on Videos,I think its fake,Sooner or later. I find out its real. o.O

  • 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.

  • Comment removed

  • make a tutorial about buttons the click feature+ guis

  • 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

  • His inbox at 00:13 made me Lol.

  • Your scripting is very simple to do

  • @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.

  • I don't think hes making any more due to how its been 3 weeks D:

  • Hey Stick Its yourfriendme4 thx for this video but, its not moving when you play the game

  • Please make more

  • Ohhh, you can make animations using this, interesting!

  • Luke, I am... your father...

  • PROBLEM??????????????

  • DAMN! I WISH I HAD THAT MUCH ROBUX + TIX

  • Comment removed

  • how do u get into edit mode

  • and how would you move it back where it was?

  • you would use the color as the property to make it change colors?

  • i dont like bricks they mess up everything

  • yes more tutorials

  • IT NEVER WORKS FOR ME!!!!

  • That's alot of money and stuff o_o Btw, helpful tutorial :).

  • Did you say 'dinner in the video' 16:06 XD Btw What does RotVelocity and Velocity do?

  • How can I CFrame an object so that it rotates? Also, the next tut should be inserting new objects likes parts and explosions!

  • @HellBoy10

    Thats what I said!

  • I just noticed that under insert>object there is a corner wedge now :D

  • @master233120 its been there for a long time.

  • @cooldude6385 but not visible

  • should have added bodyposition in this tutorial

  • @master233120 The focus tutorial is to show how for statements and the cframe property work.

  • @stickmasterluke virgin that wat u are

  • I can't belive your LOLcaptions game got banned.

  • A really good CFrame tutorial is made by altair7h at: watch?v=dQsrZnTYwwM

  • Nice Vid! 21st viewer.

  • Nice tutorial.

  • Yay, another tutorial! =D You rock!

  • Thatsssssssssss a nice video you have there.

  • I like spaghetti.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more