- 81
- 20 387
kittyKat
Saudi Arabia
Приєднався 8 січ 2020
A shared youtube channel between two individuals, working on Roblox games and making tutorials for newer developers.
Scrolling text.
devforum.roblox.com/t/scrolling-text-module-a-bit-lazily-made/3295620 Original post.
Переглядів: 11
Відео
Bending Bullets at INSANE Speeds!
Переглядів 7621 годину тому
This is obviously a joke and just me playing with my bullet system.
2-D.? Yeah... I still need work on this.
Переглядів 192 місяці тому
2-D.? Yeah... I still need work on this.
Schizophrenia? I think I am scizophrenic... shooting randomly...
Переглядів 413 місяці тому
Schizophrenia? I think I am scizophrenic... shooting randomly...
Entry point noob checker? What...????
Переглядів 193 місяці тому
Goofy thing I made for no reason at all. pastebin.pl/view/156f7eee
Gradrium (Full version) Version 1
Переглядів 1484 місяці тому
Documentation: devforum.roblox.com/t/element-1-gradrium/3104707
Iridis. Soon.
Переглядів 2334 місяці тому
A sequel with more features and better gui to my previous plugin Chromaflow. Now supporting, manhatten gradients, linear gradients, angular gradients, and the already existing radial gradients with a LOT more customization! ua-cam.com/video/Jgnwa5_Y4bs/v-deo.html&ab_channel=randomness Will be releasing this soon!!! :3
Random guy backflips, snaps a guy's neck and hits the griddy. [@TheYessor ]
Переглядів 488 місяців тому
Random guy backflips, snaps a guy's neck and hits the griddy. [@TheYessor ]
Is this editable image ?
Yup.
Thanks for answering :D ! Could i ask one more question to satisfied my curiosity ! Is the image requesting outside http and put them into roblox storage ?(I've seen video codex in roblox but i have low confidence they doing same things it like that )
No problem and no, this doesn't use any outside API. I just used a basic image blurring algorithm to do this.
E
A
is there a way you can do this, but the object doesn't follow the Y-axis? I would appreciate the help
Yep. local Model = workspace.Arrow local Players = game.Players local Player = Players.LocalPlayer local Mouse = Player:GetMouse() local RunService = game:GetService("RunService") RunService.RenderStepped:Connect(function() Model:PivotTo(CFrame.new(Model:GetPivot().Position,Vector3.new(Mouse.Hit.X,Model:GetPivot().Position.Y,Mouse.Hit.Z))) end) I also updated this part of the code because `:SetPrimaryPartCFrame` has been deprecated (removed).
@@cat_awry Thank you very much!! <3
No problem. <3
thanks dude
Hi bro
What's up?
@@cat_awry can't wait to make your game progress bro
@@cat_awry btw i make it too
errr... what do you mean?
@@cat_awry you are roblox game creator right?
ngl pretty cool
thanks a lot!
Gorgeous
thank you!!
it just has better UI, better animations and detail, the roblox one works the same
nope. this one is a bit different see my gradrium video for more info. this plugin allows you to get more gradient types basically. like radial, angular, manhattan, etc.
Very good, although I think the tile animation in the background is a little too fast, making it very distracting. Maybe slow it down ?
i ended up removing that because as you said it was pretty distracting. thank you so much!
ok.
.ko
This is definitely something
Most definitely. Sorry for security camera recording btw. I was on vacation and had to use my cousins WORK laptop because they didn't use any laptops that often for gaming... ;-;
Tutorial? how did you make it
maybe one day. I suck at making tutorials now. My other friend did do good but I just do showcases now... :^( I maybe would make a tutorial. I uploaded this on the developer forum and people seemed to like it so........... mhm..
cool
appreciated!
wowowwwoewowoeowoww nice work
Thank you
You are invited to Join us At Ubisoft developtions and not roblox head quarters
Haha yeah op? I wish. Gotta learn C++ or something for that.
rediyal
Yessir, radial. I made this with editable images which I find to be a sneaky way. What do you think?
WHAT IS THIS 🔥🔥🔥
Just a game I am working on, planning on releasing this soon on roblox. Here is the updated footage: ua-cam.com/video/MaSyMTfNN9E/v-deo.html&ab_channel=randomness I hope you like it!!
pin pls first
probly this is how the tiny tank turret is created
maybe. never played that game.
🎉 hi
how do u make a part follow your mouse cause im making a beyblade game
I would suggest looking on the roblox developer forum here: devforum.roblox.com/ My other friend which made tutorials is now gone and so I can't make tutorials anymore.
sorry for replying after 3 months. I stopped looking at comments due to being busy a lot as well as uploading some random showcases.
@@cat_awry its no problem
I am the CEO of Roblox, and i am impressed from your work. I am in disguise.... Looking forward for your game and hiring you as a developer in Roblox. Please reply to us asap.
fr thanks op.
Is there a way to make a light follow the mouse? can you please do a tutorial
I would suggest looking on the roblox developer forum here: devforum.roblox.com/ My other friend which made tutorials is now gone and so I can't make tutorials anymore.
sorry for replying after 7 months. I stopped looking at comments due to being busy a lot as well as uploading some random showcases.
How can i make it so a block or part follows the players mouse
I would suggest looking on the roblox developer forum here: devforum.roblox.com/ My other friend which made tutorials is now gone and so I can't make tutorials anymore.
sorry for replying after 10 months. I stopped looking at comments due to being busy a lot as well as uploading some random showcases.
thanks :D
if the beam begins in the baseplate for you guys just make attachment0 = charhead
make sure to make it have fireserver to some server script, or else it wont show it for the other players
hey do you know how to make a block follow the mouse?
Okay i will make one soon
@@cat_awry without the clicking? if so, YAY!!!!
is there a link for the model?
Nope.
longest comment on this video
He may be low quality and laggy but it got my job done
Yea sorry for that my pc isnt the best...
@@cat_awry oh it’s fine I’ve seen worse
how do i make it so it doesnt go out of the head i want it to come form the right arm
Just replace head with Right Hand if your using r15 or Right Arm if ur using r6
Thats cool, but i've been trying to make it work with a part but the part keeps going to the camera, is there any way i can fix it?
try googling your question as this channel is just dead i rarely upload.
You should mouse target filter part. Example: Mouse.TargetFilter = Ur Part
hey, how do i make it so it just looks at the mouse instead of walking to it?
Please explain a bit more.
@@cat_awry he meant like the player won't follow the mouse but just do a mouse rotation
@@astra-ku3vy oh OK thank you I'll tell him.
So what you can do is get the mouse position and the players humanoidrootpart position then you do local _,y,_ = CFrame.new(preposition,mousehitpos):ToOrientation() Now we just apply y rotation to the player which can be done by local hrp = HumanoidRootPart local hrpo = hrp.Orientation hrp.Orientation = Vector3.new(hrpo.X,y,hrpo.Z)
@@cat_awry could you please do a tutorial?
can you make it that you hold a button and then it works
P𝐫O𝕞O𝓢m 😓
What
cool
amazing
Thank you all for the kind comments and support :D and 65 likes and 2.445k views. Thanks
Hello!!! I was wondering if you could find a way to do this except when u move you mouse you hand follows it instead of a beam
sure!
@@cat_awry ONG TYSM I RESLLY NEE DOT FOR KY GAME
@@HollyJxmmer np ill try making it as soon as possible
@@cat_awry is it almost done?
Can you so Can you do a video on how to mkae the beam follow the player.
Might not cuz umm this channel dead havent uploaded for months just been busy lately yknow?
im trying to make this a tool and it isnt working its also saying charhead mouse and runservice are unknown globals
I would suggest looking on the roblox developer forum here: devforum.roblox.com/ My other friend which made tutorials is now gone and so I can't make tutorials anymore.
sorry for replying after a year. I stopped looking at comments due to being busy a lot as well as uploadingsome random showcases.
@@cat_awry thank u its all good
my friend can't see the laser :\
Strange, he peobably coded wrong also this is a veey outdated tutorial ;-;
@@cat_awry I found a way to work but now my friend can't see my laser even I can't see his
@@Akamantin ah thats cuz its local. Add me on discord we can talk there. pie#0133
@@cat_awry I already sent it, I'm just waiting
Not working
Are you getting a error?
@@cat_awry I am already fixed it XD
@@Mrmiauplay ok then
But I need that the beam is not with the mouse I wanna see a tut the same but when the player walk the rainbow trail comes out
Ok! I will make that soon. Hopefully
can you turn this into gun?
ok ill make it into a gun
@@cat_awry ZAMN
Thx a lot for your support
imagine there was a game with incredible scenery with a cable car that would be cool
very helpful steve
this is so underrated
any way to make this visible to other players?
using remote events and a server sided script