Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Novetus

A multi-version ROBLOX client launcher built to allow the user to run LAN and Internet servers. · By Bitl Development Studio

Scripting Help

A topic by Cone created 31 days ago Views: 108 Replies: 5
Viewing posts 1 to 6

So i allreay know how to code on regular roblox but i have no idea how to on novetus i know its a similar system as i've been able to make a part tranparent i just don't know what i can and can't use e.g. :FindFirstChild("") , :Clone(). i also can't figure out how to make a kill brick so if i could get info on kill bricks that would be really helpfull my current script is: ` 

script.Parent.Touched:connect(function(hit)

if hit.Parent and hit.Parent.Humanoid then

hit.Parent.Humanoid.Health = 0

end

end)` 

a really basic script but doesn't work

i haven't been able to find anything that goes into depth about scripting on novetus so any form of scripting help would be usefull

forgot the mention the client im using is 2011

Are you using the 2011E or 2011M client?

(1 edit)

I've tested your script for the killbrick in both the 2011E and 2011M clients and they both seem to work perfectly fine. Do you have the script enabled, and is it a child of the part you'd like to make a killbrick?
As for the functions not working, exactly how are you trying to use them? Could you send an example as to how you're using them? I've used both methods in 2011E and they both work fine.

The client i am using is 2011M and i tried testing again and it worked so im not entirely sure why it wasn't working earliar?

but thanks for the help as it is good to know it does work