Тёмный
T34P07
T34P07
T34P07
Подписаться
Termit
1:47
Месяц назад
Whatever
1:26
2 месяца назад
Roblox 3D Gui Showcase
1:40
4 месяца назад
Satureday
2:18
4 месяца назад
Zawijam autobus z kadetami Exuma RP Fivem
0:35
4 месяца назад
Underground Racers Roblox 72H Event Showcase
3:04
5 месяцев назад
Roblox How To Make Camera Follow Head Tutorial
3:07
6 месяцев назад
Roblox How To Make Cursor Trail Tutorial
11:21
6 месяцев назад
Roblox Bow And Arrow System Showcase
1:20
6 месяцев назад
Roblox Bartender System Showcase
1:34
6 месяцев назад
Roblox Basketball System Showcase
1:40
8 месяцев назад
MTA SA Neon Markers Showcase
1:07
9 месяцев назад
Roblox Dynamic Character Controller V2 Showcase
1:59
10 месяцев назад
Roblox Dynamic Character Controller Showcase
1:41
10 месяцев назад
World & Object Space
13:16
10 месяцев назад
Tag Manager
14:54
10 месяцев назад
bézier curves
18:51
11 месяцев назад
teleport with door closing animation
14:07
11 месяцев назад
basketball net
24:40
Год назад
lambda function
7:55
Год назад
Комментарии
@mójchrupekutonął
@mójchrupekutonął 4 часа назад
Hey man! I added you as a collaberator in my roblox game Inter Hoops! I want to give you credit in my game (not public yet) thanks man!
@SuperiorHumainBeing
@SuperiorHumainBeing 3 дня назад
it kinda messes up with the ligthing in my game and lights dont work anymore, pls fix it
@cartoon_cat6745
@cartoon_cat6745 5 дней назад
Thanks I've been looking for this for so long i wanted to copy that feature from jujutsu shenanigans
@FNEWB
@FNEWB 6 дней назад
I love it, can you made a tutorial on the slide system?
@FNEWB
@FNEWB 6 дней назад
Make it open source pls
@Ploppinn
@Ploppinn 9 дней назад
Can you tell me step by step, how you can add another control to do behind the backs, like if you press C it will do behind the back
@T34P07
@T34P07 8 дней назад
I was explaining how to configure this system on my roblox event associated with this game.
@AngoloAngo
@AngoloAngo 9 дней назад
How do you shoot on mobile
@Shmift
@Shmift 10 дней назад
And how can you make the shot like the one in 2k with the meter and when its in the green its the highest chance of going in
@T34P07
@T34P07 10 дней назад
@@Shmift You need to make it to always score at first, then you add an offset to the ball goal position based on how much the bar isn't green
@AngoloAngo
@AngoloAngo 9 дней назад
@@T34P07can you explain it step by step by any chance?
@cola-n7z
@cola-n7z 10 дней назад
❤❤yo thanks, this is great dude, quick problem, tools dont appear, do you know how to fix? @T34P07
@PELEMEN_FLOPPEN
@PELEMEN_FLOPPEN 13 дней назад
WOW COOL🤩
@MCS299
@MCS299 14 дней назад
Thanksss, that was what i was looking for 🙌🔥
@cool22hamstek
@cool22hamstek 14 дней назад
Fire🔥
@coconutcocos7224
@coconutcocos7224 16 дней назад
it keeps saying "invalid argument #1 (CFrame expected, got Vector3)" for like 58 .. idk why its saying that
@The_Lua_Script_Knower
@The_Lua_Script_Knower 17 дней назад
Can you make a tutorial so the camera is following head only when player has a certain amount of health pls ??? it would help me for my revive system, thank you.
@Silent_EA---Animations
@Silent_EA---Animations 18 дней назад
script?
@T34P07
@T34P07 18 дней назад
@@Silent_EA---Animations its in the video, theres also a place link in the description
@Silent_EA---Animations
@Silent_EA---Animations 18 дней назад
I was too lazy to write xd​@@T34P07
@TalecRhys
@TalecRhys 21 день назад
For anybody that needs the code: local rate = .01 local clonesCount = 12 local lastUpdate = 0 local cursorClones = {} local runService = game:GetService("RunService") local players = game:GetService("Players") local userInputService = game:GetService("UserInputService") local guiService = game:GetService("GuiService") local tweenService = game:GetService("TweenService") local localPlayer = players.LocalPlayer local mouse = localPlayer:GetMouse() userInputService.MouseIconEnabled = false local gui = script.Parent local cursor = gui:WaitForChild("Cursor") runService.PreRender:Connect(function() local now = os.clock() local guiInset = Vector2.zero if gui.IgnoreGuiInset then guiInset = guiService:GetGuiInset() end local mousePosition = UDim2.fromOffset(mouse.X + guiInset.X, mouse.Y + guiInset.Y) cursor.Position = mousePosition if now - lastUpdate >= rate then lastUpdate = now if cursorClones[clonesCount] then cursorClones[clonesCount]:Destroy() table.remove(cursorClones, clonesCount) end for _, clone in cursorClones do clone.ZIndex -= 1 clone.BackgroundTransparency -= 0.02 clone.Size -= UDim2.fromOffset(1, 1) end local newClone = cursor:Clone() newClone.ZIndex = clonesCount + 1 newClone.Parent = gui table.insert(cursorClones, 1, newClone) end end) local tweenInfo = TweenInfo.new(.05) mouse.Button1Down:Connect(function() tweenService:Create(cursor, tweenInfo, {Size = UDim2.fromOffset(15, 15)}):Play() end) mouse.Button1Up:Connect(function() tweenService:Create(cursor, tweenInfo, {Size = UDim2.fromOffset(10, 10)}):Play() end)
@Buzfas
@Buzfas 22 дня назад
So helpful!
@HeeroJmGo
@HeeroJmGo 21 день назад
I saw your vid XD
@Mayorascat31
@Mayorascat31 Месяц назад
Cant you just set the camera subject to your head ? XDD
@T34P07
@T34P07 Месяц назад
No, the subject has to be set to humanoid so that you can AutoRotate.
@Mayorascat31
@Mayorascat31 Месяц назад
@@T34P07 ohh alright!, i use the camera subject to the head for amimations so i didnt really knew that
@black_man-g7y
@black_man-g7y Месяц назад
gdzie kupić ten specjalny pass
@KITO_EZ
@KITO_EZ Месяц назад
Hej jak szybko zarobić ballcoins
@black_man-g7y
@black_man-g7y Месяц назад
@@KITO_EZ nie wiem
@Peter_the_Fish
@Peter_the_Fish Месяц назад
You just saved my life, thank you SO MUCH
@AlberTesla1024
@AlberTesla1024 Месяц назад
This is amazing dude. Btw you don't have to leave.
@KenechukwuAnikwenze
@KenechukwuAnikwenze Месяц назад
Can you make the head/Neck folllow the camera?
@Fndffvdvgg-e5b
@Fndffvdvgg-e5b Месяц назад
does mobile works?
@husky_king
@husky_king Месяц назад
Can i buy it? I need i😢
@ruri-y9q
@ruri-y9q Месяц назад
Can someone give me the script? I've redone it several times and it gives me the same error. If someone would give me the script I would be more then happy!
@cola-n7z
@cola-n7z 10 дней назад
you can copy the game (in the link)
@ToxicV22
@ToxicV22 Месяц назад
how do i set the max rotate when i turn left and turn right?
@xMakaron
@xMakaron Месяц назад
Dzięki za tutorial ale jak ty masz 200 tys kasy(subik i łapka wleciała)
@T34P07
@T34P07 Месяц назад
@@xMakaron Ja ta gre tworze
@ğořa_official_ğoğa
@ğořa_official_ğoğa Месяц назад
hi, i am making my own parkour game too, and i wanted to ask, how do i set up a roll like you?
@Normando_lopak1625
@Normando_lopak1625 Месяц назад
noooooooooooooooooooo i wanted a cframe scritp like parkour or reborn
@Normando_lopak1625
@Normando_lopak1625 Месяц назад
can i have the script pweaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas atleast a model
@pitero_5441
@pitero_5441 2 месяца назад
bo ja chce np: numerek 27i klika submit i mi nie chce daćtego numerku jak mam to zrobic?
@Ryzzykhehe
@Ryzzykhehe Месяц назад
nie kupiles passa za 100 ball coinsow
@not_op
@not_op 2 месяца назад
TYSM THIS IS EXACTLY WHAT I NEEDED (I will credit you btw)
@JustTunay
@JustTunay 2 месяца назад
Is there a way to tween it?
@T34P07
@T34P07 2 месяца назад
What is the point of tweening in here?
@JustTunay
@JustTunay 2 месяца назад
@@T34P07 nevermind. I figured it out thanks for this tutorial tho!
@ffp7750
@ffp7750 2 месяца назад
btw if your looking for it its on LINE 410 around there
@tekkins
@tekkins 2 месяца назад
how would I go about resetting the leaderboard?
@T34P07
@T34P07 2 месяца назад
Head to the Leaderboard module and change the datastore name, alternatively you can just create a new game in case you have no idea what are you doing
@tekkins
@tekkins 2 месяца назад
@@T34P07 ill just make a new game, any idea on how to change the mobile buttons?
@T34P07
@T34P07 2 месяца назад
@@tekkins That would require scripting, you would need to create entire mobile input system
@user-mx3bu1di6n
@user-mx3bu1di6n 2 месяца назад
Więcej muzyki!
@GetGnomed_
@GetGnomed_ 2 месяца назад
I actually had a custom camera system where I attached the cam to the players head cframe, the issue is I couldn't look on the y axis even with custom mouse input. So what I did was make it so when you try to look on the y-axis the players head would follow, works like a charm lol
@TiedFist
@TiedFist 2 месяца назад
Could u do tutorial on parkour system?
@SinfoNixXx-wk4vv
@SinfoNixXx-wk4vv 2 месяца назад
Could you do a tutorial?
@Be4at
@Be4at 2 месяца назад
Slight problem when i publish the game on the roblox app, when playing the game, known of the animations/basketball system works. Is this a bug or what did i do wrong? I was working perfectly fine in studio.
@T34P07
@T34P07 2 месяца назад
Checkout output for errors
@Be4at
@Be4at 2 месяца назад
@@T34P07 none present…
@Be4at
@Be4at 2 месяца назад
@@T34P07 didnt see any...
@T34P07
@T34P07 2 месяца назад
@@Be4at Well then you need to debug the issue, you can either ask on help channels such as devforum or RoDevs/ HiddenDevs or you can watch my workshop where i showed how to configure this system
@Be4at
@Be4at 2 месяца назад
well now lookng again, there are a few errors saying" Failed to load animation with sanitized ID rbxassetid"
@TiedFist
@TiedFist 2 месяца назад
This is so liminal
@Be4at
@Be4at 2 месяца назад
Do you wish to continue with this project? It looks very good, and if you want to, we could turn this into a very popular game!
@T34P07
@T34P07 2 месяца назад
I got many same offers, Im sorry but I'm currently developing project Hello World and i dont contribute in any other projects
@Be4at
@Be4at 2 месяца назад
Sounds great. Lmk if you change your mind, your development looks great!
@Be4at
@Be4at 2 месяца назад
Am I allowed to redo /remake some parts of the system and publish it as my own game?
@Be4at
@Be4at 2 месяца назад
Well done! I'll make sure to give you credits when i remake the game.
@magpietaxi
@magpietaxi 2 месяца назад
what game are you playing at the start of the video?
@T34P07
@T34P07 2 месяца назад
Thats the game im currently developing, its called Hello World. Heres discord server: discord.gg/3qUss84hEq
@Luizfelipe28175
@Luizfelipe28175 3 месяца назад
hey i just found a problem here. For some reason, walking backwards is really buggy, do you know how to fix this?
@T34P07
@T34P07 3 месяца назад
It really depends on a case, you have to debug it, i recommend checking out what the output says. If you cant manage to figure it out yourself you can always create a post on scripting-help devforum topic.
@Luizfelipe28175
@Luizfelipe28175 3 месяца назад
@@T34P07 my devforum account is pretty new so I can't create a scripting help topic
@T34P07
@T34P07 3 месяца назад
@@Luizfelipe28175 That's not a problem, you can always head to discord servers like Hidden Devs or RoDevs and ask for help there
@Luizfelipe28175
@Luizfelipe28175 3 месяца назад
@@T34P07 also the output is completely normal
@Luizfelipe28175
@Luizfelipe28175 3 месяца назад
@@T34P07 asked for help in Hidden Devs, got nothing
@elisacke2202
@elisacke2202 3 месяца назад
This exactly what i needed, thank you so much. Only took me 2 hours to find this.
@Luizfelipe28175
@Luizfelipe28175 3 месяца назад
man this tutorial is exactly what i was trying to make, thank you so much
@Luizfelipe28175
@Luizfelipe28175 3 месяца назад
I'm going to credit you in my game too
@ChukinHD
@ChukinHD 3 месяца назад
epic
@R3dly
@R3dly 3 месяца назад
SUPERR helpful tutorial
@MaximilianStover
@MaximilianStover 3 месяца назад
can i pay 1000 robux for this? would save my life tbh liked and subbed cause this is awesome