Комментарии:
Knineteen19 recommended your tutorials and I'm thankful he did because you explain everything so well. Now I understand events and usage in functions. Thanks.
ОтветитьHOW HAS IT BEEN SO LONG
ОтветитьI live in the future :)
ОтветитьThank you!
ОтветитьI thought he was teaching us how to kill a player by a brick. Sigh.
ОтветитьI'm confused now.
ОтветитьI don’t get how thePlayer is connected to the player’s name when they join the game
Ответитьdo a tutorial about binable events and binable functions i don't understand them and i can't find a good video bout it
Ответитьi coded it like you did, and when i coded to change the color. It change before i even touch it??
ОтветитьI watched many tutorials about functions, parameteres and events, and i didn’t even understand a thing! But, you cleared everything for me! 1'000 thank you for you :)
ОтветитьSTOP DON"T WATCH THIS IT DOESN't EVEN TALK ABOUT HOW TO SCRIPT YOUR MANUAL EVENTS
ОтветитьYou are great. Make more tutorials.
Ответитьi am thankful this video exists
ОтветитьThis is so helpful you can easily learn scripting
ОтветитьBro captions totally broke the system it spelled alvinblox to allibin blocks
ОтветитьIm already lost 9 minutes in..
ОтветитьQuick time events?
Ответитьhopefully this helps my friend even after 2 years!!!
Ответитьissue with joining the game script, when i join the game it only shows the join message print when im loading, and when im in the game it disappears
ОтветитьThank you!
Ответитьhow to do to make a event that when you touch a GUI button the event fires ?
and Thank you
I don't know WHAT is wrong with your audio, but I'm hearing little barely audible clicks that just reverberate at the base of my head for some reason. The tutorials so far seem to be alright, but this little clicking issue is really annoying me. It's only ever been in your videos and I've tested this with a variety of other videos.
ОтветитьThanks so much for these tutorials now i finally understand Functions and Events etc your teaching is so good you have just gained yourself a new subscriber
Ответитьim not trying to say anything bad about you, these are amazing. But I feel like all scripters are either, kids, or British people. No offense to anyone just wanted to point that out.
ОтветитьFor the events it keeps activating before i touch the part
Ответить13 seconds in and i already get confused lol
ОтветитьI didn't really understand how the function inside the event worked exactly. So what I did was to replay the video and test it by myself and now I understood.
So small tip for everyone, if you don't understand, no problem, just rewatch and try it by yourself.
i want to make a event but- i have no robux to make a shirt and i dont have blender!
Ответитьthis one is confusing😢
Ответитьhow do you do it so if the camera is touching a part, it goes transparent, like in retail tycoon 2
Ответитьwhat about my own event that I can name myself and add it to when it senses it it does something
Ответить--way to understand function could be for example function to make a cake
--local function cakeinstructions()
-- crack 2 eggs into a bowl
-- add flour blah blah blah
--end
--then heres what connect does you connect it to an inbuilt event roblox made for you
--for example if you have a part in the game and you want it to make the cake when its touched
--part.touched:Connect(cakeinstructions)
-- when part is touched the you connect the function to the event so it does everythign within the function once you touch that part
Hey Alvin do you think that you could make a updated verison of this series?
Ответитьthank you
ОтветитьFor some reason it doesn;t work on my end. When I put in the code exactly, it runs when I press run instead of when I actually step on it. I asked someone from a coding Discord server I'm in and they said they added those kinds of scripts in the part itself. The code he put was
script.Parent.Touched:Connect(function(hit)
if game.Players:GetPlayerFromCharacter(hit.Parent) then
script.Parent.Transparency = 1
end
end)
I don;t really understand much about this but it works apparently. This code makes the part transparent when touched which was my goal.
"The player is an object"
-Alvinblox, probably
wait where is your script in the workspace right now because i cant get the last part to work
ОтветитьFor player removing use this code "local Players = game:GetService("Players")
local function onPlayerRemoving(player)
print("A player has left: " .. player.Name)
end
Players.PlayerRemoving:Connect(onPlayerRemoving)"
this is so hard to understand
Ответитьim so confused
i dont get parameters
oooo tysm this looks easy
ОтветитьGuys how do i do the arrows Alvinblox does in the script editor
Ответитьomg i love your vids you explane everything so well
Ответить