Bro, I'm gonna be so honest here, checking your channel, YOUR VIDEOS ARE SO SIGMA, You literally create tutorials that we always want, keep going! One day, you'll make it there! Edit: By any chance, could you make a video of a teleport system, that once you discover a brand new area, you could teleport in that area, if not discovered, you can't teleport there.
If you guys are trying to be good at coding, I suggest you dont rely on tutorials. Its good for beginners but you should not heavily rely off these because you wont really learn anything which means if your trying to do something extremely specific you wont know how to.
In my opinion ,if anyone trying to be good at coding, tutorials and free models helps alot if you are using them correctly, like if you are using a free model , learn and memorize what's happening in this code instead of just downloading and using it, this way is the main reason I'm good at coding and making games on roblox thank you❤
How can I make this animation play when a part is touched? Let's say I want my player to enter a building and then when they touch a part the transition plays and then they are in the building
Thank you for the everyday tutorials. Now my roblox game is becoming greater and greater every video
just came across this channel, this is underrated asf
Thank you man, you'll win a subscriber now!
I already know how to do this, but the idea is magnificent! Thanks for making this video
Keep up the good work !
Bro, I'm gonna be so honest here, checking your channel, YOUR VIDEOS ARE SO SIGMA, You literally create tutorials that we always want, keep going! One day, you'll make it there!
Edit: By any chance, could you make a video of a teleport system, that once you discover a brand new area, you could teleport in that area, if not discovered, you can't teleport there.
If you guys are trying to be good at coding, I suggest you dont rely on tutorials. Its good for beginners but you should not heavily rely off these because you wont really learn anything which means if your trying to do something extremely specific you wont know how to.
I don't learn from tutorials, i just learn on devforum
In my opinion ,if anyone trying to be good at coding, tutorials and free models helps alot if you are using them correctly, like if you are using a free model , learn and memorize what's happening in this code instead of just downloading and using it, this way is the main reason I'm good at coding and making games on roblox thank you❤
Yea man, you can learn in Developer Forum much better how to make scripts and alot of things, these tutorials will not help you
If you actually try to understand wgat he is doin u will learn alot
Then how do i know alot about scripting only using tutorials?
MODULE SCRIPT:
local TweenService = game:GetService("TweenService")
local Player = game.Players.LocalPlayer
local Camera = game.Workspace:WaitForChild("Camera")
local ScreenGui = Player.PlayerGui:WaitForChild("TransitionGui")
local Frame = ScreenGui:WaitForChild("Frame")
local module = {}
function module:StartTransition()
Frame.Size = UDim2.fromScale(0, 0)
Frame.Visible = true
TweenService:Create(Frame, TweenInfo.new(1), {Size = UDim2.fromScale(1.25, 1.25)}):Play()
TweenService:Create(Camera, TweenInfo.new(1), {FieldOfView = 50}):Play()
end
function module:StopTransition()
TweenService:Create(Frame, TweenInfo.new(0.45), {BackgroundTransparency = 1}):Play()
TweenService:Create(Camera, TweenInfo.new(0.45), {FieldOfView = 70}):Play()
task.wait(0.45)
Frame.Visible = false
Frame.BackgroundTransparency = 0
end
return module
TRANSITION CLIENT:
local Replicated Storage = game:GetService("ReplicatedStorage")
local TransitionModule = require(ReplicatedStorage:WaitForChild("TransitionModule"))
task.wait(2)
TransitionModule:StartFrame()
task.wait(5)
TransitionModule:StopFrame()
Very Underated...........Your Motivating Me To Continue My Channel
Awsome video, thanks.
does it always have to be in starter gui? what if i only want a gui to pop up when i open a chest that isnt always available to the player?
ANOTHER DAY ANOTHER W TUT YAY
thank you so much but you should make it a yt short cause they are getting loads of views
Ur so good ❤
Just a tiny error to fix in TransitionClient dont put StartFrame() and StopFrame() put StartTransition() and StopTransition().
Btw what software do you use to edit Videos and Photos?
can you help me with a game i'm making pls? just the scripting
How do I exactly use it, I want it to play when you die like fall off or when you load into a match
How can I make this animation play when a part is touched? Let's say I want my player to enter a building and then when they touch a part the transition plays and then they are in the building
in the part.onTouched event
how do i make it so when i touchj one part it occurs
Chat all you really need is 1 localscript and less than 10 lines of code cause im just cool like that and im sigma like that🗿🗿🗿🗿🗿🗿🗿🗿🗿
the stopframe is not working
Does it make you teleport?
W POSTTTT
when i die it doesnt work anymore.
Don’t work I spent 1 hour on that >:(
This didn't work for me ??
2 Days, Lol!
ok
bro drop lighting I am begging
here: ruclips.net/video/3HcB8wtiERQ/видео.html
Me 4 yay
yeah, cool, but not work