Morphy is a game that is currently in development by UNexus Studios. I am sure you have seen posts regarding UNexus, as we are a company that was recently founded. Anyways, our game, Morphy is a Morph-and-fight adventure game that is currently being shifted to a medieval style morph-and-fight. It currently has a nice start area to spawn in, and we are working on adding some shops, morphs, and weapons. We work on it each day in shifts, since different people can work at different times. I know that the roblox community has been being bogged down by some of my recent posts, but please take the time to check Morphy out and vote!
Then why would you post this topic today, if assets like those are being switched out tomorrow? it seems like youāre jumping too early with this, and because of how youāre planning to switch things up, you have poll results that are now void and hold little to no value, since itās based off of what we see today, not tomorrow.
The starter morph in the spawn area does not fit your āmedieval styleā you intend to have.
Said morph makes a temporary notification at the bottom of my screen saying āMade by Zakblak20ā, I looked them up in your UNexus group and they werenāt in it, let alone a member of the development team. Seems like a free model, and I would strongly advise against using them.
The tools you get in-game consist of a modern pistol and the Roblox gear Trench Warfare Shotgun which doesnāt give a medieval feel to the game.
The fall damage trigger is too sensitive, I jumped off a rock only slightly taller than my avatar and I lost about a quarter of my health.
The scenery is very empty. Add structures like castles, paths, houses, different āshopsā (or whatever the medieval equivalent), add torches and also a day/night cycle.
I had the pleasure of meeting you in-game, and there are some issues we raised that I will repeat here to ensure they get resolved.
Music On/Off needs to be removed.
Everybody gets a āProject Managerā tag in the chat.
The pistol does not deal damage, but it does on the client. (If you ask me you should just remove the pistol as itās completely unnecessary and doesnāt fit your visions of the game.)
I guess since no one has noticed, I might aswell say this. You can clearly see the Kolhās Admin Commands UI blocking the Music button. Thereās a way you can change this. Just look in the Settings script.
Backdoors are essentially code that are in free models that can be harmful and dangerous. Considering thereās many free models in the game, thereās a risk.
check = part:findFirstChild("Fire")
if check == nil then
script.Parent:Clone().Parent = part
elseif check ~= nil then
check.Size = check.Size + 1000000
check.Heat = check.Heat +1000000
end
end
script.Parent.Parent.Touched:connect(Spread)```
Could there be harm in this?