How to DISABLE Player COLLISIONS in Roblox Studio!

  Рет қаралды 1,690

Rustysillyband

Rustysillyband

Күн бұрын

Пікірлер: 26
@DogeRobloxShorts
@DogeRobloxShorts 3 ай бұрын
i am at the data-store part of your tycoon series (good series btw) and i wrote the "Savedata" script and changed the things that you said in the core, in the leaderstats but everytime i claim my tycoon instead of just letting me play and then whem i leave saving it just summons the build that is in the server storage
@UmutGamesOfficial
@UmutGamesOfficial 3 ай бұрын
Good guide for beginners ❤
@codernikkolas-sy5hm
@codernikkolas-sy5hm 3 ай бұрын
nice video, but can you make a tutorial video how to make a collisions with Rig, Dummy? :)
@derek_star_yt
@derek_star_yt 3 ай бұрын
Hello can you make lvl system part 2 and 3 first part 2 you should add like max lvl and part 3 you need make quest system like when you find npc and you talk then npc tell you what you must do it and you fight 5 npc to you complete you get more exp and there different like 3 npc will give you different number of exp like give you 500 or 1000 or 1500 please :) im subscribed Edit: forget add Stats points on part 2 like every time you lvl up you earn point you can use from stats you will get more hp
@cudroid
@cudroid 2 ай бұрын
Your tutorials are straight to the point and easy to follow keep it up, very underrated channel God bless
@ras.51
@ras.51 19 күн бұрын
local Players = game:GetService("Players") local PhysicsService = game:GetService("PhysicsService") local collisionGroup = "PlayerCharacters" PhysicsService:RegisterCollisionGroup(collisionGroup) PhysicsService:CollisionGroupSetCollidable(collisionGroup, collisionGroup, false) local function setCollidable(character) for _, part in pairs(character:GetChildren()) do if part:IsA("BasePart") then part.CollisionGroup = collisionGroup end end end Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(character) setCollidable(character) end) end) for anyone who's too lazy to write it
@davealdrindeloso2797
@davealdrindeloso2797 28 күн бұрын
Doesnt work for me ): is there something wrong? --{{ SERVICES }}-- local Players = game:GetService("Players") local PhysicsService = game:GetService("PhysicsService") --{{ VARIABLES }}-- local collisiongroup = "PlayerCharacters" --{{ FUNCTIONS }}-- PhysicsService:RegisterCollisionGroup(collisiongroup) PhysicsService:CollisionGroupSetCollidable(collisionGroup, collisionGroup, false) local function setCollideable(character) for _, part in pairs(character:GetChildren()) do if part:IsA("BasePart") then part.CollisionGroup = collisionGroup end end end Players.PlayersAdded:Connect(function(player) player.CharacterAdded:Connect(function(character) setCollideable(character) end) end)
@w0xi_official
@w0xi_official 3 ай бұрын
Thanks!!
@codernikkolas-sy5hm
@codernikkolas-sy5hm 3 ай бұрын
Congratulations on 20k subscribers :)
@X_Fire_fox_ff_D
@X_Fire_fox_ff_D Ай бұрын
Better use character appearance Loaded instead of character added. Cuz can be issues with it.
@noic7991
@noic7991 3 ай бұрын
Can you make a video on how to make those "Prove mom/dad wrong" Tycoon games and how they make them?
@MouseLighter
@MouseLighter 3 ай бұрын
This guy's videos are great. Would be nice to put the script in the description though.
@dire366
@dire366 Ай бұрын
I got an error Expected 'end' (to close 'function' at line 12), got ; did you forget to close 'function' at line 21?
@dire366
@dire366 Ай бұрын
Oh I'm an idiot, I put a semi colon instead of a colon lol, fixed
@dire366
@dire366 Ай бұрын
Update: it straight up just doesn't work
@avatarbumi
@avatarbumi 3 ай бұрын
CAN U PLS MAKE A VIDEO HOW TO MAKE A TELEPORTER GUI IN ROBLOX STUDIO PLS
@exhaleruntz
@exhaleruntz 3 ай бұрын
hey man, theres a bug on your tycoon series with the buttons. for example, if you have 200$ and a button costs $100, it will take double the money because the part doesnt go away fast enough. Is there a fix?
@DogeRobloxShorts
@DogeRobloxShorts 3 ай бұрын
i am watching his tycoon series too rn but it dosent happend to me so its probably a bug in your script try to find the error messages
@raabiahazeez3912
@raabiahazeez3912 3 ай бұрын
Pls make a tutorial on how to make a shop that u can buy items you keep forever but it costs coins and you get those coins by killing people. And a leaderboard that tells u how many coins the player has and how many kills they have.
@snakeanimations9025
@snakeanimations9025 3 ай бұрын
You can make that through a combination of tutorials.
@botheredvr2587
@botheredvr2587 3 ай бұрын
hey i was wondering if you could help me and my friend with our game coding is being our biggest enemy and we need help really bad thank you
@jameywendy5718
@jameywendy5718 3 ай бұрын
I’m the first one here?
@Greenvon
@Greenvon 3 ай бұрын
Help me how do I animate 2 dummy's at the same time to make a fight animation plz I subcribe❤
@snakeanimations9025
@snakeanimations9025 3 ай бұрын
W 20K SUBS!
@rustysillyband
@rustysillyband 3 ай бұрын
Yeah!!
@1friendlynoob
@1friendlynoob 3 ай бұрын
Cant push ppl off now
Can 6 DEVS Make a Tower Defense Game Without Communicating?
14:01
How to Make RAGDOLL DEATHS in Roblox Studio!
11:57
Rustysillyband
Рет қаралды 1,4 М.
Worst flight ever
00:55
Adam W
Рет қаралды 34 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,3 МЛН
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 84 МЛН
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 41 МЛН
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Simjet
Рет қаралды 108 М.
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 447 М.
HOW TO MAKE ANIMATION IN MOBILE (V2.0)
11:58
Thereal_shukka
Рет қаралды 131
How to OPTIMIZE Your Roblox Game... Easiest Guide!
4:47
SmartyRBX
Рет қаралды 95 М.
How to MAKE a VIP DOOR in Roblox Studio!
19:49
Rustysillyband
Рет қаралды 2,9 М.
I Made a Fake Warning to Scare Roblox Players
16:31
ByteBlox
Рет қаралды 1,3 МЛН
I Made a Roblox BATTLEGROUNDS Game in 1 WEEK
9:51
CodeBro29
Рет қаралды 21 М.
How pro Roblox developers learnt to script
10:03
AlvinBlox
Рет қаралды 857 М.
Cross server matchmaking in roblox studio.
18:11
TextChanged
Рет қаралды 4,2 М.
The ULTIMATE Beginner's Guide to Animating in Roblox Studio
20:56
Rustysillyband
Рет қаралды 705 М.
Worst flight ever
00:55
Adam W
Рет қаралды 34 МЛН