Skip to content

syn-developmentlabs/criminality-1.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crim 1.2

Clone into criminality-1.2

git clone https://github.com/syn-developmentlabs/criminality-1.2.git
cd criminality-1.2

Build using rojo

rojo build --output criminality.rbxl

Open the built criminality.rbxl in Roblox Studio

.\criminality.rbxl

Run the startup script using the Roblox Studio command line

if not game:GetAttribute("U")then game:SetAttribute("U",true)for _,s in next,{"Workspace","Lighting","ServerScriptService","ServerStorage","ReplicatedStorage","StarterPack","StarterPlayer","SoundService"}do for _,m in next,game:GetService(s):GetChildren()do if m:IsA("Model")then for _,c in next,m:GetChildren()do c.Parent=m.Parent end m:Destroy()end end end end

About

self explanatory name lmao

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages