Bit_blox
|
  |
| Joined: 28 Aug 2016 |
| Total Posts: 974 |
|
|
| 01 Oct 2016 08:36 PM |
if I have a script that gets models from a folder,
would the folder go in replicatedstorage because im cloning the models and setting their position?
or would it go in serverstorage (same reason)
here is the script:
local p = game.Players.LocalPlayer.Character local graves = --This is where I don't know repeat wait() until p if p.Humanoid.Health == 0 then --Unfinished end
|
|
|
| Report Abuse |
|