Like the video if you learned something new! Thanks!
@njstudios20553 жыл бұрын
I never knew about the show orientation button
@notcardi3 жыл бұрын
You don't have to script the texture animation, you can just use a beam and it works much better.
@notcardi3 жыл бұрын
And you can easily change the direction by rotating the part aswell.
@MeteorPixel1823 жыл бұрын
Thx
@big_brain_bro.m.___i Жыл бұрын
😥🏳🌈
@frypan27463 жыл бұрын
I noticed your consistent uploading schedule, keep it up and good video
@CyberCreator3 жыл бұрын
I'm doing my best to roll out the content! Thanks!
@PoorGameDeveloper6 ай бұрын
I'm just going between random roblox studio tutorials and putting random parts from each to make my game because I have zero coding experience in roblox studio and in no way can create anything code related on my own. This video helped a lot for traveling between long distances in a tycoon game I'm making. Thanks for the vid!
@PoorGameDeveloper6 ай бұрын
oh god I just realized how old this video is.
@Papaintion3 жыл бұрын
I remember the good ol’ days of searching on KZbin of scripts that I could directly copy and paste. I wished I knew your channel before this. Awesome work!
@CyberCreator3 жыл бұрын
Thanks! I wish I started making tutorials earlier!
@fits2483 жыл бұрын
bro how have I not find this yet.. I’m subscribing right now because maybe later on I might find your videos helpful :)
@CyberCreator3 жыл бұрын
Thanks for subbing!
@danrobinson62813 жыл бұрын
This was so helpful! Thank you so much mate! Been loving your tutorials lately and this has got to be the best yet. Keep it up!
@Alexerooo3 жыл бұрын
Haii! i just wanted to say i really like your video's and it always helps me out!
@CyberCreator3 жыл бұрын
Glad you like them! Thank you for watching them!
@Kshd0003 жыл бұрын
@@CyberCreator if you didn’t exist I wouldn’t be able to develop, thank you so much lol
@fazlurrahman90453 жыл бұрын
Waiting for an tutorial on cars!
@deria17kk943 жыл бұрын
We need a full tutorial on Attachments from the "MODEL" section
@CyberCreator3 жыл бұрын
Thanks for the suggestion!
@betrayedpickle2913 жыл бұрын
Great vid as always cy!
@CyberCreator3 жыл бұрын
Appreciate it! Thanks!
@OffiziereDann2 жыл бұрын
You should make another tutorial about how to animate the texture of a tank tracks to look like its actually moving
@Sizlyk3 жыл бұрын
Video Idea: drop a tool on a certain part; and then a certain part becomes transparent and you can fall through it. Maybe too specific I don’t really know. But I would really like it.
@chainlunk3 жыл бұрын
Script: local conveyor = script.Parent local SPEED = conveyor:GetAttribute("Speed") local texture = conveyor.Texture conveyor.AssemblyLinearVelocity = conveyor.CFrame.LookVector * SPEED
@ProjectEAUX Жыл бұрын
the hero we got but didn't deserve
@warnn57462 жыл бұрын
Man whydon't you have 100k subs!!
@defaulted91813 жыл бұрын
Very Useful , Thank you!
@CyberCreator3 жыл бұрын
Glad it was helpful!
@HDGoated2 жыл бұрын
this video helped a lot, thanks
@arikakate48723 жыл бұрын
How do you change the speed of the arrows?
@zahraalyanaura828 Жыл бұрын
OMGGG ITSS WORRKKKKK AAAA THANK YOU SO MUCHHH
@NotNoobstuff3 жыл бұрын
Is there a possible way to do a Roblox script to make hackers get kick off the "experience"? For example the system knowing that somebody in the server is hacking or no?
@CyberCreator3 жыл бұрын
developer.roblox.com/en-us/api-reference/function/Player/Kick This can be used to kick someone from the game. To ban them you could use the PlayerAdded event developer.roblox.com/en-us/api-reference/event/Players/PlayerAdded and kick the player every time they join
@InfiniteGamer2362 жыл бұрын
hey cyber i did everything you said basic belt script but my texture isnt animated please help
@Realzy1322 жыл бұрын
if u still need it make a new script under the conveyorbelt part ------------------------------------------------------------------------------------------------ local tweenService = game:GetService('TweenService') local object = script.Parent local TextureSpeed = 10 --set same number as conveyorbelt speed local tweenInfo = TweenInfo.new( TextureSpeed, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, -1, false, 0 ) for _,texture in pairs(object:GetChildren()) do if texture:IsA('Texture') then local textureTween = tweenService:Create(texture, tweenInfo, {OffsetStudsU = 0}) local textureTween2 = tweenService:Create(texture, tweenInfo, {OffsetStudsV = -50}) textureTween:Play() textureTween2:Play() end end -------------------------------------------------------------------------------------------------------------------------------------------------------------------
@kkensantana3 жыл бұрын
can you make a video of making custom text boxes? like you talk to an npc and you have options of what to say, ive had trouble making custom textboxes
@Sizlyk3 жыл бұрын
Dude you ligit are awesome
@CyberCreator3 жыл бұрын
I appreciate that! Thanks!
@Sizlyk3 жыл бұрын
Also, I thought of a video idea! Idea: when you get hit with a certain tool “weapon” it ragdolls you!
@KeaweFaltstrom26 күн бұрын
btw if there's anyone what does not know how to find the command bar, go to View at the top of the screen and it should be there
@bombirbarchives3 жыл бұрын
hello ive copied the script EXACTLY and it still wont work (the conveyor works just not the texture)
@Realzy1322 жыл бұрын
if u still need it make a new script under the conveyorbelt part ------------------------------------------------------------------------------------------------ local tweenService = game:GetService('TweenService') local object = script.Parent local TextureSpeed = 10 --set same number as conveyorbelt speed local tweenInfo = TweenInfo.new( TextureSpeed, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, -1, false, 0 ) for _,texture in pairs(object:GetChildren()) do if texture:IsA('Texture') then local textureTween = tweenService:Create(texture, tweenInfo, {OffsetStudsU = 0}) local textureTween2 = tweenService:Create(texture, tweenInfo, {OffsetStudsV = -50}) textureTween:Play() textureTween2:Play() end end -------------------------------------------------------------------------------------------------------------------------------------------------------------------
@sadeemz13 жыл бұрын
How do i change the speed of the texture ??
@arikakate48723 жыл бұрын
do you know how to change speed of the block?
@dylanb19972 жыл бұрын
is it possible in any way to make the texture move FASTER?
@omipiousgd2 жыл бұрын
I did lookvector 10 speed and it's going left
@zadarestebanjimenezsarria2241 Жыл бұрын
it worked! thanks
@NoDripCrly2 жыл бұрын
thank you so much :)
@WingWeird2 жыл бұрын
really helpful but Instead of using textures I instead used decals and it isn't working is there an explanation for why it isnt working? is the code only meant for texture to be able to move?
@youtubedontchangemyhandlebruh2 жыл бұрын
My man you need to use textures otherwise its not gonna look good
@mannequinyt2 жыл бұрын
Decals are used for a single image on a part, while textures are used for the same image looped on a part
@simonmcgrath2774 Жыл бұрын
this was very helpful but how do i make it faster if i can
@mystphra52543 жыл бұрын
Hey can someone please answer this question! I am making a roblox game with a friend using the team create. I was the one to start the baseplate so what happens if it gets popular and gets robux what happens with that? Do i instantly get paid or something else. Thank you
@zaven27222 жыл бұрын
the other conveyors arent working
@perezsantos21933 жыл бұрын
i name my part as DEEZ just leting u guys know :D
@big_brain_bro.m.___i Жыл бұрын
Sorry But The Animation was not working and i was using this Asset Id
@Spades777711 ай бұрын
how do i flip it
@sattacgamer82953 жыл бұрын
Video idea: e to hole a wall pls with multiple choice
@CyberCreator3 жыл бұрын
Like a random letter that you have to hit quickly?
@sattacgamer82953 жыл бұрын
@@CyberCreator yes pls
@sattacgamer82953 жыл бұрын
@@CyberCreator like a edit system with e
@noktdp19353 жыл бұрын
For some reason the script says the TweenService is unknown on line 14 can you help me please?
@CyberCreator3 жыл бұрын
At the top I define the variable. local TweenService = game:GetService("TweenService")
@noktdp19353 жыл бұрын
@@CyberCreator Thanks it's been some time and I've learned stuff, I think I just uppercased the L in local, thanks. :P
@taotao54673 жыл бұрын
The tween isn't working for me and I can't seem to find why *help*
@Realzy1322 жыл бұрын
if u still need it make a new script under the conveyorbelt part ------------------------------------------------------------------------------------------------ local tweenService = game:GetService('TweenService') local object = script.Parent local TextureSpeed = 10 --set same number as conveyorbelt speed local tweenInfo = TweenInfo.new( TextureSpeed, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, -1, false, 0 ) for _,texture in pairs(object:GetChildren()) do if texture:IsA('Texture') then local textureTween = tweenService:Create(texture, tweenInfo, {OffsetStudsU = 0}) local textureTween2 = tweenService:Create(texture, tweenInfo, {OffsetStudsV = -50}) textureTween:Play() textureTween2:Play() end end -------------------------------------------------------------------------------------------------------------------------------------------------------------------
@taotao54672 жыл бұрын
@@Realzy132 it's been a year but thanks
@someooga3 жыл бұрын
SWAG
@CyberCreator3 жыл бұрын
💯
@emma.s426 Жыл бұрын
Tysm
@DonkEKong-qs2co3 жыл бұрын
Thx dude can u help me with my game??
@CyberCreator3 жыл бұрын
Thanks for watching! Unfortunately I don't have time to work on anyone else's games!
@arikakate48723 жыл бұрын
I don't see the speed of the block.
@arikakate48723 жыл бұрын
If anyone else is having this problem just press add attribute (can be found at the very bottom of the properties of your block) and name it "Speed" and change the type to number.
@MrButtercup3 жыл бұрын
You should past the script in the description or pin a comment :)