Тёмный

How to Make Pets That Follow You in Roblox Studio 

OnFireRobloxScripting
Подписаться 7 тыс.
Просмотров 54 тыс.
50% 1

How to Make Pets That Follow You in Roblox Studio
*Note this is not my script.
In today's video I show you guys how to make Pets that will follow you in Roblox Studio! Make sure that you pet's cancollide is off or it might glitch.
My Discord server: / discord
My Roblox Group:(I don't recommend joining) www.roblox.com/groups/9306447...
Make sure to like and subscribe if you enjoyed it or if this video helped :)
But only subscriber if you actually like the content. I don't want more dead subscribers than I currently have.
Also do you like the end of the video? The creepy pet face one that will break into you house at night or something?
Music License: www.bensound.com/
Music License 2: creativecommons.org/licenses/...
Music Track 1 and 2: Elektronomia
Music Track 3: Summer (Bensound)
Outro Music: A Walk in Marais
Tags: #onfirerobloxscripting, #roblox, #roblox studio, #robloxstudio, #howto, #pets, #adopt me, #Pet Simulator, #tutorial

Развлечения

Опубликовано:

 

26 фев 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 258   
@onfirerobloxscripting
@onfirerobloxscripting 2 года назад
Should I upload more gaming stuff on my gaming channel?
@lokolxkey5919
@lokolxkey5919 2 года назад
no i like scripting
@joechabus1220
@joechabus1220 2 года назад
@@lokolxkey5919 same
@ImGDy
@ImGDy 2 года назад
@@lokolxkey5919 Yup , me too
@ctzyani
@ctzyani 2 года назад
no just scripting
@robloxplayzgamer1165
@robloxplayzgamer1165 2 года назад
No more script
@accountname7738
@accountname7738 3 месяца назад
His scripting looks like he's copying it from a second monitor, he doesn't explain anything he's doing.
@Djisbdhwj
@Djisbdhwj 20 дней назад
i dont think he even knows how to use cframes it would make he's script 10x times more simple
@JoshLicker
@JoshLicker 16 дней назад
He said that in the first two seconds lol
@Georgeinthegame
@Georgeinthegame 2 года назад
WOW. THANKS SO MUCH. YOU EARNED 1 SUB!
@MapleTreeCat
@MapleTreeCat 3 месяца назад
two things: first, i used a model of a photon bee from bee swarm simulator and welded the whole thing together, but it just sort of stops moving after a little bit, and second, if you attack your pet with a gear, it actually does damage to you which is kinda funny Edit: If the model your using for the pet has meshes or unions, the script will break. If your pet is facing the wrong way, you can check if it's the right way by adding a decal and setting its position to front, as that is where the front of the model is.
@JustANormalYoutuber471
@JustANormalYoutuber471 Год назад
OMG TYSM!
@OutSmartedHandsome
@OutSmartedHandsome Месяц назад
I'm trying to make the supreme star amulet from bee swarm in my game so i can make a floating star attack people for you
@santiagogastaminza8465
@santiagogastaminza8465 2 года назад
it did not move i did all the stuff right but there is red lines but i saw and it was all right
@veronicastolniceanu8585
@veronicastolniceanu8585 13 дней назад
bro why mine didn't work I got red bars but while I was coding it is it the model im using or im just doing it wrong cuz im sure I did it I also welded the parts cuz I make them a model but nothing worked can you tell me why
@onfirerobloxscripting
@onfirerobloxscripting 12 дней назад
Red bars during coding means an error. Check your output, it will tell you what went wrong.
@trinacrystallinejuan9482
@trinacrystallinejuan9482 Год назад
6:15 max torque (pronounced as max tork) means like max power something like that
@smachgame
@smachgame Год назад
????
@CinaedAviation
@CinaedAviation 11 месяцев назад
function givepet(player) if player then local character = player.Character if character then local humanrootpart = character.HumanoidRootPart local newpet = pet:Clone() newpet.Parent = character local bodyPos = Instance.new("BodyPosition", newpet) bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) local bodyGyro = Instance.new("BodyGyro", newpet) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do bodyPos.Position = humanrootpart.Position + Vector3.new(3,1,3) bodyGyro.CFrame = humanrootpart.CFrame end end end end game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) givepet(player) end) end)
@just_yt_roblox3836
@just_yt_roblox3836 2 года назад
hey Can you Make restock system? in shop thingy ok?
@Foxtube5764
@Foxtube5764 3 месяца назад
This is a helpful tutorial but is there a way to make the pets give the player ability's like for example extra jump power or strength and can you make the pets a shop? Example: Like the Bee swarm simulator pet shop, That'll be very helpful if so lol :) Ty
@itsmeowtime6557
@itsmeowtime6557 18 дней назад
3:26
@sonzaion6951
@sonzaion6951 Год назад
Maybe make a roblox studio fnaf1 tutorial cuz I wanna make fnaf also a thing is I may comment on my pc a thank you if it worked
@Dante033AJ
@Dante033AJ Год назад
THIS VIDEO SO AWESOME!!!!1!!!11!!!!1!11!!11!11
@realmoretherereal3776
@realmoretherereal3776 2 года назад
wow this vid helped ! you earn a sub :)
@TheBasketShine
@TheBasketShine Год назад
the pet teleports to me but then it stays still and i dont know why so if you know, please tell me because im so confused
@duckydevelopments265
@duckydevelopments265 Год назад
same here
@CubeCrawler
@CubeCrawler Год назад
It dint work, even I double check it and did the correct thing, it dint work
@Cratthias
@Cratthias Год назад
Miki rn: *yes*
@EpikZen
@EpikZen 6 месяцев назад
New bee swarm bee revealed “Cursed honey bee”
@imjustgettingstarted4041
@imjustgettingstarted4041 Год назад
can u do a pet follows you ant attacks enemies? (not plauers) cause i want to do like the bee swarm and also pls can u make a tutorial on how to increase its damage also
@koffing419
@koffing419 Год назад
Same
@lopldey
@lopldey 6 месяцев назад
He said its not his script so he probs doesnt know
@Dallasmedicbag
@Dallasmedicbag Год назад
theres a problem by some reason my pet does not fly
@ario_gold
@ario_gold Год назад
wasp bro cool video can you made a video to say how to make a lvl bar on my pet pls?
@Djisbdhwj
@Djisbdhwj 20 дней назад
he doesnt know how to script bro he just copies script he see's on the internet
@Vawds09
@Vawds09 Год назад
The first time I tried it did not work then I realized I did it wrong and it just flew above me but when I did it right it worked 👍
@Amira.0123
@Amira.0123 Год назад
How do u do it?
@badmusicproducer_offical
@badmusicproducer_offical 10 месяцев назад
wait my pet dosent follow me it just floats
@silveryt-xb4qr
@silveryt-xb4qr Год назад
thenk you very mach
@santiagogastaminza8465
@santiagogastaminza8465 2 года назад
i fix it but still it duce not move
@skel5269
@skel5269 Год назад
please make the one where if follows you and you can ride
@patpace
@patpace Месяц назад
He doesn't know about scripting
@AeronAcik
@AeronAcik 6 месяцев назад
8:05 anyone know how to fix the red line on number 25?
@ttweIve
@ttweIve Год назад
here is the script so you don't have to though heck local pet = script.Parent function givepet(player) if player then local character = player.Character if character then local humanrootpart = character.HumanoidRootPart local newpet = pet:Clone() newpet.Parent = character local bodyPos = Instance.new("BodyPosition", newpet) bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) local bodyGyro = Instance.new("BodyGyro", newpet) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do bodyPos.Position = humanrootpart.Position + Vector3.new(3,1,3) bodyGyro.CFrame = humanrootpart.CFrame end end end end game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) givepet(player) end) end)
@TheBasketShine
@TheBasketShine Год назад
tysm
@Kaitlyn-wi2kt
@Kaitlyn-wi2kt Год назад
TYSM IT WORKED FIRST TRY
@eodos23
@eodos23 Год назад
life saver after i deleted the pet by accident
@maeflowerx
@maeflowerx Год назад
Tysm!
@therealevi332
@therealevi332 Год назад
How do I copy?
@Animusicuk
@Animusicuk 2 года назад
my pet is facing the wrong way. is there a way to change what direction it faces?
@ranian467
@ranian467 Год назад
yeah same maybe you can edit the script to fix it
@gameplayz5847
@gameplayz5847 Год назад
if it has a decal as its face but it on the front side of the part
@ff_0xx266
@ff_0xx266 4 месяца назад
Your decal may be facing the wrong way
@ooferlol1332
@ooferlol1332 2 года назад
ok so it kinda works for me, but as soon as i load in, it just pops out of no where, and it doesnt even follow me. how do i fix this
@-FlowerrNEWOWNER-
@-FlowerrNEWOWNER- 2 года назад
Sanee
@crazy_fishy5866
@crazy_fishy5866 2 года назад
It might be a big annoying but if you turn collide on in the properties tab it will follow you i had the same problem and this is what helped me I hope it helps you
@-FlowerrNEWOWNER-
@-FlowerrNEWOWNER- 2 года назад
@@crazy_fishy5866 oh I just went "screw it" and deleted the whole script...
@John-wy1nj
@John-wy1nj 2 года назад
@@-FlowerrNEWOWNER- SAME
@OdgeBodge
@OdgeBodge 2 года назад
if you leave it as can collide in the workplace and then after the bodyGyro.MaxTorque line add "newPet.CanCollide = false" on the next line it will work
@angelicavargas6960
@angelicavargas6960 Год назад
hey it says HumaniodRootPart is not a valid member of Model and its on line 7 what did i do wrong
@arrxz
@arrxz Год назад
did u put humaniod because its humanoid if its a typo sorry
@Lolcat326
@Lolcat326 3 месяца назад
THANK YOUUUUU
@onfirerobloxscripting
@onfirerobloxscripting 3 месяца назад
Your welcome!!!
@ajmotley
@ajmotley 2 года назад
FIRST!
@onfirerobloxscripting
@onfirerobloxscripting 2 года назад
tecnically second
@parkourstufff
@parkourstufff 2 года назад
@@onfirerobloxscripting ye but im first
@John-wy1nj
@John-wy1nj 2 года назад
uh you didnt even comment 1 subscriber
@Asdetrefla-gv1fr
@Asdetrefla-gv1fr 11 месяцев назад
how about wield constraint if my pet have more than 3 parts?
@onfirerobloxscripting
@onfirerobloxscripting 11 месяцев назад
Just make sure it's connected to the piece beside it
@brawlerboi5194
@brawlerboi5194 2 года назад
That’s a big ball stinging bee
@CooleoShiloh
@CooleoShiloh Год назад
IM THE 2000TH SUB WHAT THE HECK
@smachgame
@smachgame Год назад
I made a pet with 3 parts but only 1 part follows me how do I fix?
@Ninja_Productions.
@Ninja_Productions. Год назад
Weld all parts together
@aayamvantas8470
@aayamvantas8470 Год назад
updated version when
@randompersonidk850
@randompersonidk850 Год назад
THE PET WORKSSSS I NEEDED TO TURN COLLIDE ON
@Amira.0123
@Amira.0123 Год назад
How? This still won't work for me
@PX3Shorts
@PX3Shorts Год назад
Bro you’re supposed to copy and paste it but you just immediately upload it
@DoggoNinja
@DoggoNinja 10 месяцев назад
COOOLLLL
@mikeywhy8144
@mikeywhy8144 2 года назад
OnFireRobloxScripting or anyone if you could help me with this I got everything working but my pet is facing the wrong way and also if anyone knows how to make pet have animation would be great ty.
@theguywithK
@theguywithK Год назад
adda face at the back
@BraverPSX
@BraverPSX Год назад
but now it autorotates...
@BryanHC08
@BryanHC08 7 месяцев назад
Start - 3:46 End - 8:05
@unwnted_pink
@unwnted_pink 2 года назад
GOOD JOB! NEW SUB
@DaHoodianMr
@DaHoodianMr Год назад
thanks so much! Only problem is, it follow any player.
@quicks4253
@quicks4253 Год назад
Set a value in the player that owns the pet and then run this function only if the Equipped Value is true
@Kaitlyn-wi2kt
@Kaitlyn-wi2kt Год назад
@@quicks4253 but how i know nothing about scripting so idk how to do it
@Kaitlyn-wi2kt
@Kaitlyn-wi2kt Год назад
@pronotno1087 oh
@ghostlyliam
@ghostlyliam 11 месяцев назад
​@@quicks4253how do you do it
@Djisbdhwj
@Djisbdhwj 20 дней назад
@@quicks4253 it wouldnt work, i think he needs to run this on a local script and use Local player
@sankies8946
@sankies8946 Год назад
My w key doesn’t work😢
@ranian467
@ranian467 Год назад
erm my pet works but it is lying sideways
@MrGamer-bf9wh
@MrGamer-bf9wh 2 года назад
not works
@toby1348
@toby1348 Год назад
Still dont belive he’s human i look away 5 seconds he has done a whole entire now script part
@devrbxyt7042
@devrbxyt7042 2 года назад
How do I give it to a specific player only?
@mufi8767
@mufi8767 2 года назад
late answer sorry u can change if player then with if player.Name == "specific name" then
@Cheesussyman
@Cheesussyman Год назад
This doesn't work so don't try using it you'll be very dissapointed
@Robloxbedwars604
@Robloxbedwars604 Год назад
The script didn’t work
@Jack-ip7fd
@Jack-ip7fd Год назад
btw this script is on toolbox
@UrBlackShadowz
@UrBlackShadowz 2 года назад
Didn’t move, I did everything and it just floated in the air
@Islamic-Content-For-U
@Islamic-Content-For-U 2 года назад
same
@OdgeBodge
@OdgeBodge 2 года назад
if you leave it as can collide in the workplace and then after the bodyGyro.MaxTorque line add "newPet.CanCollide = false" on the next line it will work
@ch-ez
@ch-ez Год назад
can u make it so that only a specific player has the pet and not everyone in the server?
@BeastyPLAYZ16
@BeastyPLAYZ16 Год назад
just check if the players name is the player you want if its not then make it not do anything local pet = script.Parent function givepet(player) if player then local character = player.Character if character then local HumanoidRootPart = character.HumanoidRootPart local newpet = pet:Clone() newpet.Parent = character local bodyPos = Instance.new("BodyPosition", newpet) bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) local bodyGyro = Instance.new("BodyGyro", newpet) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do if HumanoidRootPart then bodyPos.Position = HumanoidRootPart .Position + Vector3.new(3,2,3) bodyGyro.CFrame = HumanoidRootPart .CFrame end end end end end game.Players.PlayerAdded:Connect(function(player) if player.Name == "THE PLAYERS NAME" then player.CharacterAdded:Connect(function(char) givepet(player) end) end end)
@ch-ez
@ch-ez Год назад
@@BeastyPLAYZ16 yooo tysm ive been waiting for months for this
@_01Chip
@_01Chip 2 года назад
It didnt work?! :(
@2017RobloxPlayer
@2017RobloxPlayer 2 года назад
you actually got my pet right its actually a part XD
@sadratbeingchokedbyahumanb2433
@sadratbeingchokedbyahumanb2433 2 года назад
my pet is o2
@grape968
@grape968 2 года назад
@@sadratbeingchokedbyahumanb2433 my pet is a broken tv with an eye
@blankanimatorandfgplayer5937
@blankanimatorandfgplayer5937 2 года назад
the pet drops down when i run the game but it doesn't follow me. what do i do?
@battleproguy2858
@battleproguy2858 2 года назад
cuz u didnt anchor
@blankanimatorandfgplayer5937
@blankanimatorandfgplayer5937 2 года назад
@@battleproguy2858 you aren't supposed to
@blankanimatorandfgplayer5937
@blankanimatorandfgplayer5937 2 года назад
@@battleproguy2858 the tutorial never said to
@battleproguy2858
@battleproguy2858 2 года назад
@@blankanimatorandfgplayer5937 Oh ok
@Nixvinty
@Nixvinty 2 года назад
Same man
@rategg3791
@rategg3791 Год назад
i want it to stop jumping with me any idea how?
@anderrodrigueslucas7582
@anderrodrigueslucas7582 6 месяцев назад
lock the Y position
@Kookiez3
@Kookiez3 2 года назад
Does anyone know why the script breaks when cancollide is off?
@daginagiri4906
@daginagiri4906 Год назад
make sure you have anchored off
@gavingaming854
@gavingaming854 Год назад
OMG THX SO MUCH
@danielandhenry1082
@danielandhenry1082 6 месяцев назад
Sorry it did not work): it did not follow me):
@Gigantinoum
@Gigantinoum Год назад
everything is right but it is sideways how do i fix this?
@Gigantinoum
@Gigantinoum Год назад
and it is infront of me
@windwaker.isthebest
@windwaker.isthebest Год назад
I did all same stuff as here but when I test the pet doesn't appear and in the output I get an error "torso is not a valid number of model "workspace.(insertheremyrobloxusername)"" I have no clue what to do about that
@duckydevelopments265
@duckydevelopments265 Год назад
the reason this might happen is because your game is R15, because torso is not a valid member of R15 characters
@windwaker.isthebest
@windwaker.isthebest Год назад
@@duckydevelopments265 oh, how do I make it then that the script could be used in r15?
@ShimoYaki864
@ShimoYaki864 Год назад
how do you rotate it? my pet is just facing the other way..
@wimvanerge5210
@wimvanerge5210 Год назад
Cframe, make sure the main part is rotated to its front. You can check this with adding a decal for example.
@KevKevDawg
@KevKevDawg 6 месяцев назад
You can use the show orientation thing when u right click the part, it shows where the front is
@blackstonereal
@blackstonereal Год назад
local pet = script.Parent function givepet(player) if player then local character = player.Character if character then local humanrootpart = character.HumanoidRootPart local newpet = pet:clone() newpet.Parent = character local bodyPos = InstanceNew("BodyPosition", newpet) bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) local bodyGyro = Instance.new("BodyGyro", newpet) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do bodyPos.Position = humanrootpart.Position + Vector3.new(3,2,3) bodyGyro.CFrame = humanrootpart.CFrame end end end end game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) givepet(player) end) end)
@PakistaniEmpire
@PakistaniEmpire Год назад
Tysm for getting the script!
@Paulsitogod
@Paulsitogod Год назад
thxxx
@jonny87785
@jonny87785 Год назад
bro finally
@DoggoNinja
@DoggoNinja 10 месяцев назад
thx
@bellamindie
@bellamindie 7 месяцев назад
ty so much
@CamilleJohnson-zu3rd
@CamilleJohnson-zu3rd 8 месяцев назад
did not work
@Coolhair22
@Coolhair22 Год назад
It not work for me :(
@robloxmatthew8522
@robloxmatthew8522 Год назад
same :(
@DoggoNinja
@DoggoNinja 10 месяцев назад
didnt work
@safanama1359
@safanama1359 2 года назад
why didnt it follow me and its stuck there and it doesnt follow me whats wrong?
@safanama1359
@safanama1359 2 года назад
i never get to do a following pet :c
@nxbchojisensei9940
@nxbchojisensei9940 2 года назад
same thing happened to me
@patch6889
@patch6889 Год назад
it works put its reaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaly slow
@nothland7596
@nothland7596 2 года назад
time to do 43268 more welds yay
@onfirerobloxscripting
@onfirerobloxscripting 2 года назад
Yay! There might be a simpler way to do it, if there is, I don’t know it yet.
@luckyduck000
@luckyduck000 Год назад
@@onfirerobloxscripting use F3X
@hc6700
@hc6700 Год назад
OFC ITS not ur script but ok pls u should of linked in desc so im not doing it
@raptorroar5707
@raptorroar5707 2 года назад
cant we just group the part?
@MapleTreeCat
@MapleTreeCat 3 месяца назад
i tried that, that causes it to break
@W_2S.K
@W_2S.K 2 года назад
doesn't work for some reason
@Rinclosion
@Rinclosion 2 года назад
same…
@aaroncairns6732
@aaroncairns6732 2 года назад
same
@nxbchojisensei9940
@nxbchojisensei9940 2 года назад
same
@NiwiiSlayer
@NiwiiSlayer 2 года назад
The pet is not looking wher im looking
@doodlynoodles
@doodlynoodles Год назад
Add a face where u are looking for example if the pet’s face is on the back remove the decal (face) and add it to the front
@ZS2055
@ZS2055 Год назад
Didn’t work 😭😭
@decmant
@decmant 7 месяцев назад
IM FILLING A DMCA TOWARDS YOUR GAME-preston
@windows98logo23
@windows98logo23 6 месяцев назад
it didnt work :( i checked it so many times if it was right and it was :( but anyways you deserve an like
@clickingz
@clickingz 2 года назад
How would you make it attack
@clickingz
@clickingz 2 года назад
@@UrBlackShadowz not me npc
@doodlynoodles
@doodlynoodles Год назад
Find another tutorial if there is one. >
@Finny_YT
@Finny_YT 6 месяцев назад
3:26
@Blueon6
@Blueon6 28 дней назад
bro i wasted my time it didnt work
@santiagogastaminza8465
@santiagogastaminza8465 2 года назад
you get one more sub by me
@a3trexcz602
@a3trexcz602 10 месяцев назад
Can you put script in discription next time pls
@onfirerobloxscripting
@onfirerobloxscripting 10 месяцев назад
The newer tutorials all have the scripts in the description!
@hierin1719
@hierin1719 Год назад
it didnt work :(
@roblipro314
@roblipro314 Год назад
me too
@way2large
@way2large 2 года назад
Can someone tell me how i can make it so my pet isn't inside me.
@mikeywhy8144
@mikeywhy8144 2 года назад
im pretty sure its because of the position that you set it to on line 18 you can change that im not an expert though.
@way2large
@way2large 2 года назад
Turns out that its because i used just one part. I fixed it. Thanks anyway.
@mountaingamingstudios
@mountaingamingstudios Год назад
So how come I keep spawning so high in the air??
@MrRockman2006
@MrRockman2006 Год назад
same
@meep_poggerson
@meep_poggerson Год назад
You don't have a spawnpoint, that's just how Roblox works.
@mountaingamingstudios
@mountaingamingstudios Год назад
@@meep_poggerson oh alr
@MasterLooter
@MasterLooter Год назад
thx for wasting my time, i appreciate it!
@beast-dh1dh
@beast-dh1dh 2 года назад
Script is Here local pet = script.Parent function givepet(player) if player then local character = player.Character if character then local humanrootpart = character.HumanoidRootPart local newpet = pet:clone() newpet.Parent = character local bodyPos = Instance.new("BodyPosition", newpet) BodyPos.MaxForce = Vector3.new (math.huge, math.huge, math.huge) local bodyGyro = Instance.new("BodyGyro", newpet) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do bodyPos.Position = humanrootpart.Position + Vector3.new("3,2,3") bodyGyro.CFrame = humanrootpart.CFrame end end end end game.Players.PlayerAdded:Connect(function)(player) player.CharacterAdded:Connect(function)(char) givepet(player) end end
@k1audiaaa
@k1audiaaa 2 года назад
thank you soooo much
@John-wy1nj
@John-wy1nj 2 года назад
you have saved my brain and fingers
@John-wy1nj
@John-wy1nj 2 года назад
it isnt working ._.
@Mikey12396
@Mikey12396 2 года назад
@@John-wy1nj you need to know how it works, not why it works.
@John-wy1nj
@John-wy1nj 2 года назад
@@Mikey12396 idk how to script bruh and also wtf does that mean
@thutaducky
@thutaducky Год назад
0:59 3:26
@F59PH
@F59PH Год назад
7:14
@lalaxshine1040
@lalaxshine1040 2 года назад
its not working to me :(((((((((((((((
@theawselfguyflips6133
@theawselfguyflips6133 2 года назад
make a part then insert a script into the part then past the script into the script which is into the part and it should work. I used this code and it didn't work on avatars on roblox
@ItzEpsiYT
@ItzEpsiYT Год назад
bruh why is honey bee in the thumbnail
@onfirerobloxscripting
@onfirerobloxscripting Год назад
why not?
@daniellemcgaw3421
@daniellemcgaw3421 Месяц назад
SCRIPT: local pet = script.Parent function givepet(Player) if Player then local character = player.Character if character then local humanrootpart = character.HumanoidRoot local newpet = pet:Clone() newpet.Parent = character local bodypos = Instance.new("BodyPosition", newpet) bodypos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) local bodyGryo = Instance.new("BodyGyro", newpet) bodyGryo.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do bodypos.Position = humanrootpart.Position + Vector3.new(3,2,3) bodyGryo.CFrame = humanrootpart.CFrame end end end end game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) givepet(player) end) end)
@nazgoganimations8317
@nazgoganimations8317 2 года назад
not works ;-;
@Bombasticpik
@Bombasticpik 2 года назад
last
@John-wy1nj
@John-wy1nj 2 года назад
you werent last
@sadge6430
@sadge6430 10 месяцев назад
Hf
@estalexpro5299
@estalexpro5299 2 года назад
👍
@just_you3073
@just_you3073 2 года назад
for super scripters: local pet = script.Parent function givepet(player) if player then local charcter = player.Character if charcter then local humanrootpart = charcter.HumanoidRootPart local newpet = pet:Clone() newpet.Parent = charcter local bodyPos = Instance.new("BodyPosition", newpet) bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) local bodyGyro = Instance.new("BodyGyro", newpet) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) while wait() do bodyPos.Position = humanrootpart.Position + Vector3.new(3,2,1) bodyGyro.CFrame = humanrootpart.CFrame end end end end game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) givepet(player) end) end)
@Cheesussyman
@Cheesussyman Год назад
My booga brain doesn't know what this does, Please explain
@just_you3073
@just_you3073 Год назад
That’s script from video
Далее
I Asked AI To Make Redstone For Me
11:16
Просмотров 6 млн
Making a Game in Lua with No Experience
5:52
Просмотров 267 тыс.
10 Minutes VS 1 Hour VS 1 Day ROBLOX ANIME GAME!
10:24
Просмотров 388 тыс.
How To Make A FOLLOWING Pet In Roblox Studio!
4:30
Просмотров 2,7 тыс.
How to Make Simulator Pets! (Blender + Roblox Studio)
10:37
A Fan Asked Why His Game is Failing...
30:53
Просмотров 111 тыс.
Roblox's Best-Kept CFrame Secrets | Roblox Studio
11:16
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,2 млн
I used Roblox admin to FAKE DONATE to people…
8:01
Кот Оказался В ЗАПАДНЕ🙀☠️
0:38
КОМПОТ В СОЛО
0:16
Просмотров 9 млн
Эй Рамазан # DamirAgroDizel
0:16
Просмотров 6 млн