Is there anyway to add player collision

[ARGH] SansTheMemeLord
Joined 26/10/2020
Posts 4,420
01:53 AM 26/07/2021
Is it a script? Or there a button to add player collison????


[MAFIA] Olsen
Joined 12/11/2019
Posts 39,961
01:54 AM 26/07/2021
yeah its a script by smartlion i think





!(https://tenor.com/view/wow-tall-cal-long-gif-14965685)


[ARGH] SansTheMemeLord
Joined 26/10/2020
Posts 4,420
02:36 AM 26/07/2021
Quote from Olsen , 01:54 AM 26/07/2021
yeah its a script by smartlion i think





!(https://tenor.com/view/wow-tall-cal-long-gif-14965685)
Could you give me the script?


[OpTic] SirStephen
Joined 16/10/2017
Posts 7,914
05:38 AM 26/07/2021
[ Content Removed ]


[OpTic] SirStephen
Joined 16/10/2017
Posts 7,914
05:38 AM 26/07/2021
Game.on("playerJoin", (player) => {
player.on("initialSpawn", () => {
createBrick(player)
})
})


by SmartLion


[OpTic] SirStephen
Joined 16/10/2017
Posts 7,914
05:38 AM 26/07/2021
Quote from SirStephen , 05:38 AM 26/07/2021
Game.on("playerJoin", (player) => {
player.on("initialSpawn", () => {
createBrick(player)
})
})


by SmartLion
-_-

https://cdn.discordapp.com/attachments/707748541329571891/733460995132882964/classicPlayerCollision.js


[ARGH] SansTheMemeLord
Joined 26/10/2020
Posts 4,420
11:47 PM 26/07/2021
Quote from SirStephen , 05:38 AM 26/07/2021
Quote from SirStephen , 05:38 AM 26/07/2021
Game.on("playerJoin", (player) => {
player.on("initialSpawn", () => {
createBrick(player)
})
})


by SmartLion

-_-

https://cdn.discordapp.com/attachments/707748541329571891/733460995132882964/classicPlayerCollision.js
Thanks SirStephen

1