first commit
This commit is contained in:
commit
5302ecc6cc
43 changed files with 2530 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
// This file exists to disable the roblox health regeneration
|
||||
// This seems hacky to override something, but this is officially endorsed!
|
||||
// See: https://create.roblox.com/docs/reference/engine/classes/Humanoid#Health
|
8
src/StarterPlayer/StarterPlayerScripts/main.client.ts
Normal file
8
src/StarterPlayer/StarterPlayerScripts/main.client.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { start } from "ReplicatedStorage/ecs"
|
||||
import { Host } from "ReplicatedStorage/hosts"
|
||||
import { setEnvironment } from "ReplicatedStorage/idAttribute"
|
||||
|
||||
const HOST = Host.Client
|
||||
|
||||
setEnvironment(HOST)
|
||||
start(HOST)
|
Loading…
Add table
Add a link
Reference in a new issue